patch https://api.seismic.com/scim/v2/Groups/
Update a group with a subset of group attributes.
SCOPES
Requires:
seismic.user.manage
See Permissions for additional details.
An example of request schema to update a subset of group attributes:
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
],
"Operations": [
{
"op": "",
"path": "",
"value": ""
}
]
}
PATCH endpoint only supports the "replace" operation.