Change Field Request Status

Transitions a field request to a new status. Returns 204 No Content on success. Invalid status values return 400 with a list of valid values.

Requires scope: field_requests:write

Authentication

API_KEYstring
API Key authentication via header

Path parameters

idUUIDRequired
Field request ID.

Request

This endpoint expects an object.
statusenumRequired

The target status. Returns 400 with a list of valid values if an unrecognized status is provided.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error