Partially updates an existing post. The writable fields are content_html, timespent, and enabled (the last only with core.edit.state).
Example request:
PATCH /api/index.php/v1/ats/posts/101Authorization: Bearer <token>Accept: application/vnd.api+jsonContent-Type: application/json{ "content_html": "<p>Updated reply text.</p>"}HTTP codes:
Returns the updated post resource.
The API user does not have edit permission on this post, or the post does not exist.