v1

latestOpenAPI 3.0.22026-07-17373198641.7 KB
document
v1

Set new assignee OR document status

put/api/v1/document/documents/{id}/

Path parameters

idstring required

A unique integer value identifying this document.

Request body

pkinteger
namestring nullable
document_typestring nullable
projectinteger nullable
status_namestring required

Example request

{
  "status_name": "status_name",
  "name": "name",
  "project": 6,
  "pk": 0,
  "document_type": "document_type"
}

Response

pkinteger
namestring nullable
document_typestring nullable
projectinteger nullable
status_namestring required

Example response

{
  "status_name": "status_name",
  "name": "name",
  "project": 6,
  "pk": 0,
  "document_type": "document_type"
}