Change Field Request Priority
Updates the priority level of a field request. Returns 204 No Content
on success. Invalid priority values return 400 with a list of valid values.
Requires scope: field_requests:write
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
Field request ID.
Request
This endpoint expects an object.
priority
The new priority level. Returns 400 with a list of valid values if an unrecognized priority is provided.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error