Update a Specific Webhook Endpoint
This endpoint updates a specific webhook endpoint
info
This operation requires admin role.
HTTP Request
PUT /api/v2/webhook/endpoint/{id}/
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
id | path | string | true | A unique integer value identifying this endpoint |
» is_active | body | boolean | false | Endpoint active status |
» target | body | string(uri) | true | Endpoint target |
» description | body | string | false | Endpoint description |