curl --request PATCH \
--url https://statsigapi.net/scim/Groups/{id} \
--header 'Content-Type: application/json' \
--data '{
"schemas": [
"<string>"
],
"Operations": [
{
"op": "replace",
"path": "<string>",
"value": [
{
"value": "<string>",
"display": "<string>"
}
]
}
]
}'
curl --request PATCH \
--url https://statsigapi.net/scim/Groups/{id} \
--header 'Content-Type: application/json' \
--data '{
"schemas": [
"<string>"
],
"Operations": [
{
"op": "replace",
"path": "<string>",
"value": [
{
"value": "<string>",
"display": "<string>"
}
]
}
]
}'
Was this page helpful?