Scripts
Publish Application SDK
Use this API to publish the script configuration options for the specified application.
put/api/cmp/v1/applications/{id}/publish
Path parameters
idstring uuid required
UUID of the application to publish for
Request body
Example request
{
"publishVersion": "202603.1.0",
"production": true,
"publishType": "PUBLISHERS",
"langCodes": [
"fr",
"de",
"en"
],
"regionRules": [
{
"ruleId": "f2229953-b4b5-4042-8cb9-b78038cc4c46",
"ruleName": "Global"
},
{
"ruleId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"ruleName": "Europe"
}
]
}Response
OK