Skip to main content
POST
/
api
/
v1
/
accounts
/
{accountId}
/
deployments
{
  "deployments": [
    {
      "id": "<string>",
      "environmentId": "<string>",
      "widgetConfigurationDistributions": [
        {
          "widgetConfigurationId": "<string>",
          "distributionPercentage": 123
        }
      ]
    }
  ]
}

Path Parameters

accountId
string
required

The ID of the account

Body

application/json
widgetId
string
required
deployments
object[]
required

Array of deployment configurations

Response

deployments
object[]
required