Change a document.
Path Parameters
- project_id integer required
ID of the project
- document_id integer required
ID of the document group
- application/json
Request Body required
- text string
The document text
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Document was changed
- application/json
- Schema
- Example (from schema)
Schema
- text string
The document text
- id integer
The ID of the document.
{
"text": "Document 1",
"id": 18000
}
The body sent is invalid. Check the error message for more details
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required project role "MANAGER"
The project or the document was not found
Something is wrong with the API.
Loading...