|
@ -43,12 +43,21 @@ Authorization: Bearer XXXXXXXXXXX |
|
|
{ |
|
|
{ |
|
|
"type": "h-entry", |
|
|
"type": "h-entry", |
|
|
"properties": { |
|
|
"properties": { |
|
|
"name": ["Post Title"], |
|
|
|
|
|
|
|
|
"name": [ |
|
|
|
|
|
"Post Title" |
|
|
|
|
|
], |
|
|
"content": [ |
|
|
"content": [ |
|
|
"html": "<p>The HTML contents of your post from the editor</p>" |
|
|
|
|
|
|
|
|
{ |
|
|
|
|
|
"html": "<p>The HTML contents of your post from the editor</p>" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"mp-slug": [ |
|
|
|
|
|
"slug" |
|
|
], |
|
|
], |
|
|
"mp-slug": ["slug"], |
|
|
|
|
|
"category": ["foo","bar"] |
|
|
|
|
|
|
|
|
"category": [ |
|
|
|
|
|
"foo", |
|
|
|
|
|
"bar" |
|
|
|
|
|
] |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
</pre> |
|
|
</pre> |
|
|