Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Path Parameters

session_id
string
required

ID of the session the queued message belongs to.

queued_message_id
string
required

ID of the queued message to update.

Body

application/json
input
string
required

The new message content. Cannot be empty. Also accepted as message for backwards compatibility.

Example:

"Also check their latest funding round and headcount."

Response

Queued message updated. queued_message is the updated entry; queue is the rest of the queue.

queued_message
object
queue
object[]