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",
}