Skip to main content
PUT
Rate a cell's value

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string<uuid>
required
record_id
string<uuid>
required
column_id
string<uuid>
required

Body

application/json

One person's verdict on one produced cell value.

rating
enum<string>
required

How a person judged one produced cell value.

Available options:
up,
down
comment
string | null

What was wrong, in the user's own words. Optional.

Maximum string length: 2000

Response

Successful Response

A stored verdict on one cell.

column_id
string<uuid>
required
comment
string | null
required
created_at
string<date-time>
required
rating
enum<string>
required

How a person judged one produced cell value.

Available options:
up,
down
row_id
string<uuid>
required
saved_agent_id
string<uuid> | null
required
updated_at
string<date-time>
required