Last updated 3 years ago
Update the specified resource in storage.
Name of the organization | can be found in the URL
Id of the webhook
Url of the webhook
Type of the webhook
Webhook that has been registered by the organization
PUT /{organization}/webhooks/{webhook} HTTP/1.1 Host: Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 28 "url='text'&type='text'"
successful operation
{ "url": "text", "type": "text", "status": "text" }