Update the details of a webhook configuration in a specified workspace.
Success
Bad request, validation error
Unauthorized request
Access forbidden
Too Many Requests
Internal server error
{- "name": "string",
- "description": "string",
- "applyToAllDescendants": true,
- "url": "string",
- "secret": "string",
- "headers": {
- "property1": "string",
- "property2": "string"
}, - "triggers": "workspaceCreated.v1",
- "status": "enabled"
}
{- "id": "string",
- "name": "string",
- "workspaceId": "string",
- "status": "enabled",
- "description": "string",
- "applyToAllDescendants": true,
- "url": "string",
- "secret": "string",
- "headers": {
- "property1": "string",
- "property2": "string"
}, - "triggers": "workspaceCreated",
- "created": 0,
- "updated": 0
}