Skip to main content
POST
CreateAsset

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The request for a call to AssetService_CreateAsset to create a single new, empty asset.

The request for a call to AssetService_CreateAsset to create a single new, empty asset.

name
string
required

The name of the asset to create. Must be unique within the organization. Required.

tags
string[]

The names of the tags to associate with this asset. Optional.

metadata
object[]

The metadata values to associate with this asset. Optional.

Response

A successful response.

The response of a call to AssetService_CreateAsset.

asset
object