Path Parameters
The ID of the account
Body
application/json
{
"deployments": [
{
"id": "<string>",
"environmentId": "<string>",
"widgetConfigurationDistributions": [
{
"widgetConfigurationId": "<string>",
"distributionPercentage": 123
}
]
}
]
}Creates new deployments for the specified account
{
"deployments": [
{
"id": "<string>",
"environmentId": "<string>",
"widgetConfigurationDistributions": [
{
"widgetConfigurationId": "<string>",
"distributionPercentage": 123
}
]
}
]
}The ID of the account
Show child attributes