put-/webhooks/v3/{app Id}/settings configure
PUT {{baseUrl}}/webhooks/v3/:appId/settings
Request Body
{"targetUrl"=>"<string>", "throttling"=>{"maxConcurrentRequests"=>"<integer>", "period"=>"ROLLING_MINUTE"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"createdAt":"\u003cdateTime\u003e","targetUrl":"\u003cstring\u003e","throttling":{"maxConcurrentRequests":"\u003cinteger\u003e","period":"ROLLING_MINUTE"},"updatedAt":"\u003cdateTime\u003e"}