/blog-categories/{id}
PUT {{baseUrl}}/blog-categories/:id
Updates a blog category
Request Body
{"title"=>"<string>", "slug"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"\u003cinteger\u003e","title":"\u003cstring\u003e","slug":"\u003cstring\u003e","url":"\u003cstring\u003e"}