v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Object Categories

Update an object category

Update an existing object category. Requires MANAGE_OBJECT_CATEGORIES system access right.

put/v1/object-categories/{category-id}

Path parameters

category-idinteger required

Object category ID.

Request body

namestring required

Object category name (cannot be empty).

iconstring uuid

UUID of the icon image from the image library.

mapImagestring uuid

UUID of the map image from the image library.

Response

Object category updated successfully.

idinteger

Unique object category identifier.

namestring

Object category name.

iconstring uuid

UUID of the icon image from the image library.

mapImagestring uuid

UUID of the map image from the image library.