put-/webhooks/v3/{app Id}/settings configure

PUT {{baseUrl}}/webhooks/v3/:appId/settings

Request Body

{"targetUrl"=>"<string>", "throttling"=>{"maxConcurrentRequests"=>"<integer>", "period"=>"ROLLING_MINUTE"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;targetUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;throttling&quot;:{&quot;maxConcurrentRequests&quot;:&quot;\u003cinteger\u003e&quot;,&quot;period&quot;:&quot;ROLLING_MINUTE&quot;},&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;}