Files
api-specs/idn/beta/schemas/forms/Patch.yaml
GitHub Action Bot 6499189f24 Automated commit 'Merge pull request #1324 from sailpoint/jalvarez/PLTFORMS-923
PLTFORMS-923: Add api docs for forms' by github action: 5592152758
2023-07-18 20:36:51 +00:00

7 lines
286 B
YAML

title: Patch is an ordered collection of Operations.
description: Patch is an ordered collection of Operations.
type: array
example: [ { "op": "replace","path": "/description","value": "a new description" } ]
items:
$ref: './Operation.yaml'
x-go-package: github.com/evanphx/json-patch