Blog Categories
PATCH
Update Blog Category
Update an existing blog category.
Required Permission:
Edit Blog Category
PATCH
/dashboard/blog-categories/{id}
Request Body
JSONRequest Parameters
| Parameter | Type | Required | Validation | Description |
|---|---|---|---|---|
| name | String | Required | unique, string, max:255 | Name of the blog category |
| position | integer | Optional | integer | The position/order of the blog category. |
Response
200 OKStatus Code
HTTP status code (200)
Message
Blog category successfully updated
Data
Updated blog category record