Manage Blogs
Creates a new blog category with the provided details.
Bearer token for authentication.
testSuccessfully created new category.
Bad request due to invalid parameters.
Internal server error.
Retrieves a list of blogs based on the provided filters.
The maximum number of blogs to return.
10The number of blogs to skip before starting to collect the result set.
0A flag to indicate whether to return the count of blogs.
0Bearer token for authentication.
Successfully retrieved the blog list.
Bad request due to invalid parameters.
Internal server error.
Creates a new blog entry with the provided details.
Bearer token for authentication.
test2<p>test</p>9testSuccessfully created a new blog.
Bad request due to invalid parameters.
Internal server error.
Updates the blog entry identified by the given ID.
The ID of the blog to update.
Bearer token for authentication.
test2<p>test</p>19test52Successfully updated the blog.
Bad request due to invalid parameters.
Blog not found.
Internal server error.
Deletes the blog entry identified by the given ID.
The ID of the blog to delete.
Bearer token for authentication.
Successfully deleted the blog.
Blog not found.
Internal server error.
Retrieves the translation details of a specific blog by its ID.
The ID of the blog to retrieve translation details for.
Bearer token for authentication.
Successfully retrieved the blog translation details.
Blog translation details not found.
Internal server error.
Creates translations for the blog identified by the given ID.
The ID of the blog to create translations for.
Bearer token for authentication.
Successfully created new blog translation.
Bad request due to invalid parameters.
Blog not found.
Internal server error.
Retrieves the details of a specific blog category by its ID.
The ID of the blog category to retrieve details for.
Bearer token for authentication.
Successfully retrieved the blog category detail.
Blog category not found.
Internal server error.
Updates the status of the blog category identified by the given ID.
The ID of the blog category to update.
Bearer token for authentication.
191Successfully updated blog category status.
Bad request due to invalid parameters.
Blog category not found.
Internal server error.
Updates the blog category identified by the given ID.
The ID of the blog category to update.
Bearer token for authentication.
new categories14Successfully updated the blog category.
Bad request due to invalid parameters.
Blog category not found.
Internal server error.
Last updated