Set a field's review status
Sets the review status (pending/approved/rejected) of a single field on a record. Approved/rejected fields are locked from edits. Requires data-record:review on the project.
Authentication
AuthorizationBearer
WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.
Path parameters
projectId
The parent project id.
objectId
The project-scoped object definition id.
recordId
The record id.
fieldKey
The field key on the object definition.
Request
This endpoint expects an object.
status
The review status to set on the field.
Allowed values:
note
An optional reviewer note.
Response
The record with the updated review entry.
record
An arbitrary JSON object.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error