Manage Blogs
Last updated
Last updated
Retrieves a list of blogs based on the provided filters.
The maximum number of blogs to return.
10
The number of blogs to skip before starting to collect the result set.
0
A flag to indicate whether to return the count of blogs.
0
Bearer token for authentication.
Successfully retrieved the blog list.
Deletes the blog entry identified by the given ID.
The ID of the blog to delete.
Bearer token for authentication.
Successfully deleted the blog.
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.
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.
Retrieves a list of blog categories.
Successfully retrieved the blog category list.
Creates a new blog category with the provided details.
Bearer token for authentication.
test
Successfully created new category.
Creates a new blog entry with the provided details.
Bearer token for authentication.
test
2
<p>test</p>
9
test
Successfully created a new blog.
Updates the blog entry identified by the given ID.
The ID of the blog to update.
Bearer token for authentication.
test
2
<p>test</p>
1
9
test
52
Successfully updated the blog.
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.
Updates the status of the blog category identified by the given ID.
The ID of the blog category to update.
Bearer token for authentication.
19
1
Successfully updated blog category status.
Updates the blog category identified by the given ID.
The ID of the blog category to update.
Bearer token for authentication.
new categories
14
Successfully updated the blog category.