The structure for the body of a PATCH request.
| JSON representation |
|---|
{
"schemas": [
string
],
"Operations": [
{
object ( |
| Fields | |
|---|---|
schemas[] |
Required. This attribute must contain the URI value of |
Operations[] |
Required. Each operation represents a single action to be applied to the SCIM resource. |
Operation
The operation to perform.
| JSON representation |
|---|
{ "op": string, "path": string, "value": value } |
| Fields | |
|---|---|
op |
Required. The type of operation to perform. |
path |
Attribute path describing the target of the operation. Examples of valid paths: |
value |
Must be set for |