Rename an asset

Beta
Update an asset's display title. This supports folders and all other asset types the caller can edit, and applies the same rename side effects as the Athena application.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

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

Path parameters

asset_idstringRequired

Request

This endpoint expects an object.
titlestringRequired
New display title for the asset

Response

Asset renamed successfully
asset_typestring
Athena asset type
idstring
Unique identifier of the renamed asset
titlestring
Updated asset title
updated_atdatetime
Timestamp when the asset was updated

Errors

403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error