Set Version Name for Asset

POST https://{{base_url}}/v3/assets/{{asset_uid}}/versions/{{version_number}}/name

The Set Version Name for Asset request allows you to assign a name to a specific version of an asset.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Set Version Name for Asset API Reference document

Request Body

{"upload"=>{"_version_name"=>"Version name"}}

HEADERS

KeyDatatypeRequiredDescription
api_keystring
authtokenstringEnter your authtoken.
authorizationstringFor this call we recommend you to use management token.
Content-Typestring
branchstringEnter your branch unique ID.