Update permissions for writing field values and form visibility for a specific field. This endpoint is used to restrict the ability to modify field values to the roles defined. It also makes it possible to decide if the field can be exposed in forms or not.
This is a enterprise feature.
Path parameters
The ID of the field to update the permissions for.
Request body
Response
Changes
Changed in 1 of the 6 revisions of this API.37
- ●
added the new
CUSTOMenum value to therole/allOf[RoleEnum]/response property for the response status200response-property-enum-value-added
- ●
added the new
ERROR_SUBJECT_DOES_NOT_EXISTenum value to theerrorresponse property for the response status404response-property-enum-value-added
- ●
added the new
ERROR_SUBJECT_TYPE_UNSUPPORTEDenum value to theerrorresponse property for the response status400response-property-enum-value-added
- ○
added the new optional request property
subjects(media type: application/json)new-optional-request-property
- ○
added the new optional request property
subjects(media type: application/x-www-form-urlencoded)new-optional-request-property
- ○
added the new optional request property
subjects(media type: multipart/form-data)new-optional-request-property
- ○
added the new
CUSTOMenum value to the request propertyrole/allOf[RoleEnum]/(media type: application/json)request-property-enum-value-added
- ○
added the new
CUSTOMenum value to the request propertyrole/allOf[RoleEnum]/(media type: application/x-www-form-urlencoded)request-property-enum-value-added
- ○
added the new
CUSTOMenum value to the request propertyrole/allOf[RoleEnum]/(media type: multipart/form-data)request-property-enum-value-added
- ○
added the required property
subjectsto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●