Update Asset Name
Update an asset's name or other metadata. This is for quick updates without regenerating the asset image.
Args: project_id: Project ID containing the asset asset_id: Asset ID to update request: Update request data (name, etc.) current_user: Authenticated user db: Database session
Returns: Updated asset data
post/api/projects/{project_id}/assets/{asset_id}/name
Path parameters
project_idstring required
asset_idstring required
Request body
Response
Successful Response
{"stackTrail":"paths:/api/projects/{project_id}/assets/{asset_id}/name:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.