Update Category
PUT {{baseUrl}}/api/v2/help_center/:locale/categories/:category_id
These endpoints only update category-level metadata such as the sorting position. They don't update category translations.
Allowed for
- Help Center managers
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"category":{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","locale":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","description":"\u003cstring\u003e","html_url":"\u003cstring\u003e","outdated":"\u003cboolean\u003e","position":"\u003cinteger\u003e","source_locale":"\u003cstring\u003e","updated_at":"\u003cdateTime\u003e","url":"\u003cstring\u003e"}}