mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
7 lines
286 B
YAML
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 |