ProjectObjectUpsertRequest

  • assetIds
    Type: array integer[]

    List of asset IDs associated with the object

  • id
    Type: integer Format: int32

    Unique identifier for the project object

  • metadata
    Type: object

    Metadata associated with the object

  • name
    Type: string

    Name of the object

  • positionX
    Type: number Format: float

    Position of the object on the X-axis

  • positionY
    Type: number Format: float

    Position of the object on the Y-axis

  • positionZ
    Type: number Format: float

    Position of the object on the Z-axis

  • projectObjectFields
    Type: array object[] ยท ProjectObjectFieldsValue[]

    List of project object fields with their values

    • projectObjectFieldId
      Type: integer

      ID of the project object field

    • value
      Type: string

      Value associated with the object

  • rotationX
    Type: number Format: float

    Rotation of the object on the X-axis

  • rotationY
    Type: number Format: float

    Rotation of the object on the Y-axis

  • rotationZ
    Type: number Format: float

    Rotation of the object on the Z-axis

  • scaleX
    Type: number Format: float

    Scale of the object on the X-axis

  • scaleY
    Type: number Format: float

    Scale of the object on the Y-axis

  • scaleZ
    Type: number Format: float

    Scale of the object on the Z-axis

  • showcaseEntityType
    Type: string enum

    Type of showcase entity associated with the object

    values
    • tileset
    • model
    • splat
    • instancedModel
    • lodModel