Upload a new variation file
POST
/api/rest/v1/assets/{asset_code}/variation-files/{channel_code}/{locale_code}
PAM asset variation file
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/rest/v1/assets//variation-files//' \
--header 'Content-type: application/json' \
--data-raw ''
Response Response Example
201 - Example 1
{}
Request
Path Params
asset_code
stringÂ
required
channel_code
stringÂ
required
locale_code
stringÂ
required
no-locale
if the asset is not localizableHeader Params
Content-type
stringÂ
required
Body Params application/json
Responses
Modified at 2023-08-15 05:53:55