Save new value for on-demand concurrency cap
POST {{baseUrl}}/api/v2/synthetics/settings/on_demand_concurrency_cap
Save new value for on-demand concurrency cap.
Request Body
{"on_demand_concurrency_cap"=>"<double>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"attributes":{"on_demand_concurrency_cap":"\u003cdouble\u003e"},"type":"on_demand_concurrency_cap"}}