Review UI Customizations
Customize notes behavior and UI elements for reviewers.
Parameters
Example
Get Review UI Customizations
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
AcceptstringOptionalExample:
application/jsonResponses
200
OK
application/json
Responseobject
get
/api/private/workflows/access/global_settings/ui_customization_settings200
OK
Set Review UI Customizations
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
Content-TypestringOptionalExample:
application/jsonAcceptstringOptionalExample:
application/jsonBody
objectOptionalExample:
{"value":{"diff_dropdown_behavior":"<integer>","accept_notes_behavior":"<integer>","reject_notes_behavior":"<integer>","approve_and_sign_off_button_behavior":"<integer>"}}Responses
200
OK
application/json
Responseobject
put
/api/private/workflows/access/global_settings/ui_customization_settings200
OK
Last updated
Was this helpful?
