Skip to main content
Append an item to a thread session object.

POST /revisions/:id/data/command (Command: post_session_thread_item)

Request Body

Response

Returns the persisted item with server-stamped id, created_at, user_id, and the original/derived fields.

Errors

  • invalid_thread_envelope — the alias does not exist or its value.type is not "thread".
  • thread_item_too_large — the serialized item exceeds the server-side size cap.

Example

See also