Rename an asset
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_id
Request
This endpoint expects an object.
title
New display title for the asset
Response
Asset renamed successfully
asset_type
Athena asset type
id
Unique identifier of the renamed asset
title
Updated asset title
updated_at
Timestamp when the asset was updated
Errors
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
