{
"data": {
"id": "FID001",
"type": "UserGroupLinkSettings",
"attributes": {
"message": "string",
"code": "string",
"enabled": true,
"public": true
},
"relationships": {
"userGroup": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
}
}
}
}
curl --location --request PATCH 'https://api.synap.ac/v3/user-group-link-settings/' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"id": "FID001",
"type": "UserGroupLinkSettings",
"attributes": {
"message": "string",
"code": "string",
"enabled": true,
"public": true
},
"relationships": {
"userGroup": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
}
}
}
}'
{
"data": {
"id": "FID001",
"type": "UserGroupLinkSettings",
"attributes": {
"message": "string",
"code": "string",
"enabled": true,
"public": true
},
"relationships": {
"userGroup": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
}
}
}
}