PUT/docs/{id}

Update a document

Updates an existing document.

Documents

Parameters

NameInTypeRequiredDescription
idpathstringyesThe document ID.

Request Bodyrequired

Content-Typeapplication/json
titlestring
contentstring
tagsarray

Responses

200The updated document.
404Document not found.