Skip to content

Commit c1c99b5

Browse files
authored
[Threads API][Text Attachment]Text attachment postman collection update (#64)
* adding text attachment to the postman collection * removing duplicate entry * turning disabled true
1 parent 50599b3 commit c1c99b5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

postman/threads-api.postman_collection.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,12 @@
437437
"value": "[{\"entity_type\": \"SPOILER\",\"offset\": 0,\"length\": 4}]",
438438
"description": "Optional field to specify spoilers present in the text field.",
439439
"disabled": true
440+
},
441+
{
442+
"key": "text_attachment",
443+
"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}]}",
444+
"description": "Attach a text attachment to your post (only available for text posts, and not compatible with poll attachments).",
445+
"disabled": true
440446
}
441447
]
442448
},

0 commit comments

Comments
 (0)