Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions postman/threads-api.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,12 @@
"value": "[{\"entity_type\": \"SPOILER\",\"offset\": 0,\"length\": 4}]",
"description": "Optional field to specify spoilers present in the text field.",
"disabled": true
},
{
"key": "text_attachment",
"value": "{\"plaintext\":\"this is a text attachment\",\"link_attachment_url\":\"https://meta.com\",\"text_with_styling_info\":[\n{\n'offset': 10,\n'length': 4,\n'styling_info':['bold','italic']\n}]}",
"description": "Attach a text attachment to your post (only available for text posts, and not compatible with poll attachments).",
"disabled": true
}
]
},
Expand Down