AssetRequest

  • name
    Type: string
    required

    Asset name

  • status
    Type: string enum
    required

    Asset status

    values
    • active
    • inactive
  • isTaggable
    Type: boolean

    Whether items in this asset can be tagged

  • key
    Type: string

    URL-safe key (slug) — lowercase, no spaces. Auto-generated from name on create if omitted; unique within the project; cannot be all-numeric. Usable in place of the id in any path.

  • parentId
    nullable

    Parent asset — ID or key.

    • Type: number

      Parent asset — ID or key.