Skip to main content

Create Asset Category

POST 

/organizations/:organizationId/asset-categories

Create asset category

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

Body

required
    name stringrequired

    The name of asset category

    description string

    The description of asset category

    attributes string[]

    The custom attributes of asset category

Responses

Schema
    data object[]required

    Data of the asset.

  • Array [
  • id stringrequired
    organizationId stringrequired
    name stringrequired
    description stringrequired
    createdAtDateString stringrequired
    createdAt numberrequired
  • ]
Loading...