Append to a streaming message
POST/chat.appendStream
Append a chunk of text to an open stream (see
/chat.startStream). Each chunk is broadcast
to recipients as a delta, so the message appears to fill in live. Call as
many times as needed before /chat.stopStream.
Required scope: chat:send_message or chat:write
OpenAPI Spec: chat-v1.json
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 413
- 500
Chunk appended.
Bad request. Common causes:
streamIdmissing or not a valid UUIDtextmissing or empty
Presented invalid authentication credentials.
The token lacks the required scope (chat:send_message or chat:write).
No active stream with that streamId for this app.
An unsupported method was requested.
Accumulated stream text exceeds the maximum allowed size.
An internal error occurred.