Snooze Conversation
Snooze a conversation until a given time. Hides from default inbox.
Snooze a conversation until a given time. Hides from default inbox.
AuthorizationBearer <token>
In: header
Path Parameters
conversation_id*Conversation Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/conversations/string/snooze" \ -H "Content-Type: application/json" \ -d '{ "snoozed_until": "2019-08-24T14:15:22Z" }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}