Update asset

Updates an asset's name, alias, or parent. Requires superuser permissions.

Authentication

AuthorizationBearer

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

Path parameters

idintegerRequired

Request

This endpoint expects an object.
namestringRequired
aliasstringOptional
parent_idintegerOptional

ID of the parent category/asset

Response

Asset updated
messagestring
dataobject