Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request template to be updated

Information for updating a request template. Omitted properties are left unchanged, but custom_fields replaces the template's fields wholesale when provided.

request_template_id
string<uuid>
required

The ID of the request template to update.

Example:

"7c86c85d-0651-43e2-a748-d69d658418e8"

name
string

The new name of the request template.

custom_fields
object[]

The complete set of fields for the template. Any field not included is removed.

Response

200 - application/json

The request template just updated.

A template describing what a requester is asked when requesting access.

request_template_id
string<uuid>
required

The ID of the request template.

Example:

"7c86c85d-0651-43e2-a748-d69d658418e8"

name
string
required

The name of the request template.

Example:

"Production access questions"

custom_fields
object[]

The fields on this template, in the order they are shown.

Last modified on August 26, 2026