Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/forms/Patch.yaml
2023-07-18 20:37:15 +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