Update an endpoint
Update an endpoint
PUT
https://sandbox-api.stilt.com/v1/webhooks/endpoints/{endpoint_id}
Path Parameters
Name | Type | Description |
---|---|---|
endpoint_id* | string | The uuid of the endpoint |
Request Body
Name | Type | Description |
---|---|---|
url | string | URL that will be receiving Onbo Webhooks. Must be unique. |
events | array | |
description | string | Endpoint description |
Last updated