Authorization: Bearer ********************
{
"permissions": {
"VIEW": "false",
"EDIT": "false"
}
}
curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/roles//sections//fields/' \
--header 'Content-Type: application/json' \
--data-raw '{
"permissions": {
"VIEW": "false",
"EDIT": "false"
}
}'
{
"id": 1,
"label": "string",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": "false",
"EDIT": "false"
}
}