API Docs / Schemas / UpdateServiceCategoryRequest

UpdateServiceCategoryRequest

DTO for updating a service category. Updating a system category records the change as a
per-tenant customisation rather than altering the shared category.

Properties

Name Type Description
name*string

The display name of the service category

The display name of the service category

sortOrderinteger

The sort order for displaying service categories

The sort order for displaying service categories

colorstring

The color associated with this service category

The color associated with this service category

JSON Example

{
  "name": "string",
  "sortOrder": 0,
  "color": "string"
}

Used By Operations