Messaging
Mark a conversation read or archived
POST
/messages/{conversation_id}/stateAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
conversation_id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/problem+json
curl -X POST "https://example.com/messages/string/state" \ -H "Content-Type: application/json" \ -d '{ "workspace_id": "string" }'Empty