Update a Request
Usage
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UID (or friendly_id) of the request
Body
Request body for updating a Request. Pass UIDs (not objects) for relationship fields.
The title of the Request
The description of the Request
low, medium, high, urgent Request status
open, in_progress, waiting, resolved, archived The admin user assigned to this request. Pass the UID of the related object.
The team inbox assigned to this request. Pass the UID of the related object.
Service associated with this request. Pass the UID of the related object.
Tags associated with this request. Pass an array of UIDs of the related objects.
Apps associated with this request. Pass an array of UIDs of the related objects.
Equipment associated with this request. Pass an array of UIDs of the related objects.
Custom forms attached to this request
A custom form input item for request creation. Either "label" (arbitrary input) or "uid" (native input from service configuration) must be provided.
- Arbitrary input (by label)
- Native input (by uid)
Response
Successful

