Skip to main content

Update Asset Category

PUT 

/organizations/:organizationId/asset-categories/:assetCategoryId

Update asset category

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    assetCategoryId stringrequired

    The ID of asset

Body

required
    name stringrequired

    The name of asset category

    description string

    The description of asset category

    attributes object

    The custom attributes of asset category

Responses

Schema
    data objectrequired

    Data of the asset.

    name stringrequired
    description stringrequired
Loading...