Blog Authors API
Number of APIs: 38
-
Create a new Blog Post POST {{baseUrl}}/cms/v3/blogs/posts
-
Schedule a Blog Post to be Published POST {{baseUrl}}/cms/v3/blogs/posts/schedule
-
Create a batch of Blog Tags POST {{baseUrl}}/cms/v3/blogs/tags/batch/create
-
Update languages of multi-language group POST {{baseUrl}}/cms/v3/blogs/posts/multi-language/update-languages
-
Delete a batch of Blog Tags POST {{baseUrl}}/cms/v3/blogs/tags/batch/archive
-
Update a batch of Blog Posts POST {{baseUrl}}/cms/v3/blogs/posts/batch/update?archived=<boolean>
-
Retrieve the full draft version of the Blog Post GET {{baseUrl}}/cms/v3/blogs/posts/:objectId/draft
-
Update a Blog Post draft PATCH {{baseUrl}}/cms/v3/blogs/posts/:objectId/draft
-
Retrieves a previous version of a blog post GET {{baseUrl}}/cms/v3/blogs/posts/:objectId/revisions/:revisionId
-
Restore a previous version of a blog post, to the draft version of the blog post POST {{baseUrl}}/cms/v3/blogs/posts/:objectId/revisions/:revisionId/restore-to-draft