cURL
curl --request PUT \ --url https://lex.page/api/v1/docs/{uuid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "title": "<string>", "html": "<string>" }'
This response does not have an example.
Updates an existing document’s content and/or title