Manage Blogs
Last updated
Last updated
Retrieves a list of blog categories.
/blog-category
Creates a new blog category with the provided details.
/blog-category
Bearer token for authentication.
test
Retrieves a list of blogs based on the provided filters.
/blog
The maximum number of blogs to return.
The number of blogs to skip before starting to collect the result set.
A flag to indicate whether to return the count of blogs.
Bearer token for authentication.
Creates a new blog entry with the provided details.
/blog
Bearer token for authentication.
test
2
<p>test</p>
test
Updates the blog entry identified by the given ID.
/blog/{blogId}
The ID of the blog to update.
Bearer token for authentication.
test
2
<p>test</p>
1
test
52
Deletes the blog entry identified by the given ID.
/blog/{blogId}
The ID of the blog to delete.
Bearer token for authentication.
Retrieves the translation details of a specific blog by its ID.
/blog-translation/blog/{blogId}
The ID of the blog to retrieve translation details for.
Bearer token for authentication.
Creates translations for the blog identified by the given ID.
/blog-translation/blog/{blogId}
The ID of the blog to create translations for.
Bearer token for authentication.
Retrieves the details of a specific blog category by its ID.
/blog-category/blog-category-detail
The ID of the blog category to retrieve details for.
Bearer token for authentication.
Updates the status of the blog category identified by the given ID.
/blog-category/update-blog-category-status/{blogCategoryId}
The ID of the blog category to update.
Bearer token for authentication.
19
1
Updates the blog category identified by the given ID.
/blog-category/{blogCategoryId}
The ID of the blog category to update.
Bearer token for authentication.
new categories
14