put
https://uat-api.thredd.com/eds/api/v1/Webhooks//status
This endpoint allows clients to update the status of a webhook, including activation and deactivation, by specifying the WebhookId.
The request requires path parameters in a valid GUID format.
Sample request:
PUT api/v1/Webhooks/af2d48de-2ad7-42f8-a252-8422cd9e6078/status
{
"webhookStatus": "active",
}Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
DocumentationFor more information on how to update a webhook's status, see Manage Webhook Details.
