---
title: "PUT /api/v1/document/documents/{id}/"
method: PUT
path: "/api/v1/document/documents/{id}/"
tags: ["document", "v1"]
---

# PUT /api/v1/document/documents/{id}/

`PUT /api/v1/document/documents/{id}/`

Set new assignee OR document status

## Path parameters

- `id` string, required

## Request body

- DocumentsForUser
  - `pk` integer
  - `name` string, nullable
  - `document_type` string, nullable
  - `project` integer, nullable
  - `status_name` string, required

## Response `200`

- DocumentsForUser
  - `pk` integer
  - `name` string, nullable
  - `document_type` string, nullable
  - `project` integer, nullable
  - `status_name` string, required

---

[API](https://skmtc.net/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.net/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/versions/3429f921b4cb/schema)
