/blog-tags/{id}
PUT {{baseUrl}}/blog-tags/:id
Updates a blog tag
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"}