We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c3268 commit 3b2788fCopy full SHA for 3b2788f
README.md
@@ -755,18 +755,18 @@ end
755
"title": "New post",
756
"attachments": [
757
{
758
- "type": "image"
+ "type": "image",
759
"image": {
760
- "id": 3
761
- "name": "logo"
+ "id": 3,
+ "name": "logo",
762
"url": "http://images.com/logo.jpg"
763
}
764
},
765
766
- "type": "video"
+ "type": "video",
767
"video": {
768
- "id": 12
769
- "uid": "XCSSMDFWW"
+ "id": 12,
+ "uid": "XCSSMDFWW",
770
"source": "youtube"
771
772
@@ -793,11 +793,11 @@ end
793
794
"attachment_ids": [
795
796
797
"id": 12
798
799
800
801
"id": 3
802
803
]
0 commit comments