Skip to content

PUT/api/v1/categories/{categoryId}

Parameters 1

NameTypeDescription
categoryIdrequiredpath · integer

ReturnsResponseCategoryView

AcceptsUpdateCategoryRequest

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": {
    "id": 0,
    "slug": "string",
    "name": "string",
    "parentId": 0
  },
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure