Update webhook
PATCH/webhooks/:webhookId
Updates a webhook's details, i.e., its metadata
Request
Path Parameters
webhookId stringrequired
Web Hook Param
Query Parameters
siteId string
Site Identifier
- application/json
Body
required
Array [
]
name stringrequired
Name of webhook
ttl string
Webhook time to live (expiry in seconds)
enabled string
Is webhook enabled
tags
object[]
List of document tags
key stringrequired
Tag key
value string
Tag value
values string[]
Tag values
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
message string
Result message
{
"message": "string"
}
Loading...