PUT
/docs/{id}Update a document
Updates an existing document.
Documents
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | yes | The document ID. |
Request Bodyrequired
Content-Typeapplication/json
titlestringcontentstringtagsarrayResponses
200The updated document.
404Document not found.