Skip to content

Commit 9b0c4e2

Browse files
lucassanderson-cmdlucassanderson-cmdclaude
authored
docs: add skip_unsnooze to admin_reply_conversation_request schema (Preview) (#588)
* docs: add skip_unsnooze to admin_reply_conversation_request schema (Preview) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs: clarify skip_unsnooze applies to comment and note types Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: lucassanderson-cmd <lucas.sanderson@intercom.io> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 05795dd commit 9b0c4e2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25231,6 +25231,12 @@ components:
2523125231
items:
2523225232
"$ref": "#/components/schemas/conversation_attachment_files"
2523325233
maxItems: 10
25234+
skip_unsnooze:
25235+
type: boolean
25236+
description: When true, prevents the reply from waking a snoozed conversation.
25237+
Applies to 'comment' and 'note' message types. The part is still created
25238+
and visible in the conversation thread.
25239+
example: true
2523425240
required:
2523525241
- message_type
2523625242
- type

0 commit comments

Comments
 (0)