Create an asset

Creates a new asset or category. Requires superuser permissions.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
namestringRequired
aliasstringOptional
parent_idintegerOptional

ID of the parent category/asset

Response

Asset created
messagestring
dataobject

Errors

403
Create Asset Request Forbidden Error