Authorization: Bearer ********************{
"active": "false",
"permissions": {
"VIEW": "ALL",
"CREATE": "ALL",
"EDIT": "ALL",
"DELETE": "ALL"
}
}curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/roles//sections/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"active": "false",
"permissions": {
"VIEW": "ALL",
"CREATE": "ALL",
"EDIT": "ALL",
"DELETE": "ALL"
}
}'{
"id": 1,
"label": "string",
"active": "false",
"permissions": {
"VIEW": "ALL",
"CREATE": "ALL",
"EDIT": "ALL",
"DELETE": "ALL"
}
}