v1

latestOpenAPI 3.0.22026-07-17373198641.7 KB
document
v1

patch/api/v1/document/field-annotation-statuses/{id}/

Path parameters

idstring required

A unique integer value identifying this field annotation status.

Request body

idinteger
namestring required
codestring nullable
orderinteger required
is_activeboolean
is_acceptedboolean
is_rejectedboolean

Example request

{
  "is_accepted": true,
  "code": "code",
  "is_active": true,
  "name": "name",
  "is_rejected": true,
  "id": 0,
  "order": 19750
}

Response

idinteger
namestring required
codestring nullable
orderinteger required
is_activeboolean
is_acceptedboolean
is_rejectedboolean

Example response

{
  "is_accepted": true,
  "code": "code",
  "is_active": true,
  "name": "name",
  "is_rejected": true,
  "id": 0,
  "order": 19750
}