put https://uat-api.thredd.com/eds/api/v1/Webhooks//subscriptions
This endpoint is designed to specify the webhook ID in the path parameter and provide the events to be added, facilitating the addition of subscriptions to existing events for a webhook.
The request requires path parameters in a valid GUID format.
It will be used to add additional subscriptions to the existing subscriptions.
Sample request:
PUT api/v1/Webhooks/af2d48de-2ad7-42f8-a252-8422cd9e6078/subscriptions
{
"events":[101, 102]
}