Blog Authors API

Number of APIs: 38

  1. Create a new Blog Post POST {{baseUrl}}/cms/v3/blogs/posts

  2. Schedule a Blog Post to be Published POST {{baseUrl}}/cms/v3/blogs/posts/schedule

  3. Create a batch of Blog Tags POST {{baseUrl}}/cms/v3/blogs/tags/batch/create

  4. Update languages of multi-language group POST {{baseUrl}}/cms/v3/blogs/posts/multi-language/update-languages

  5. Delete a batch of Blog Tags POST {{baseUrl}}/cms/v3/blogs/tags/batch/archive

  6. Update a batch of Blog Posts POST {{baseUrl}}/cms/v3/blogs/posts/batch/update?archived=<boolean>

  7. Retrieve the full draft version of the Blog Post GET {{baseUrl}}/cms/v3/blogs/posts/:objectId/draft

  8. Update a Blog Post draft PATCH {{baseUrl}}/cms/v3/blogs/posts/:objectId/draft

  9. Retrieves a previous version of a blog post GET {{baseUrl}}/cms/v3/blogs/posts/:objectId/revisions/:revisionId

  10. 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