Insert excerpt |
---|
| _ExcerptBetaAPI |
---|
| _ExcerptBetaAPI |
---|
nopanel | true |
---|
|
The
PATCH /subscriptions/{subscriptionId}
endpoint can be used to update an existing subscription.
...
Type | Required | Example |
---|
String | True | 2V1d4FfmK5ho8aiomIwP9QdpQjv |
The unique identifier for the subscription.
...
Code Block |
---|
language | powershell |
---|
theme | Midnight |
---|
|
curl -L -X PATCH "https://***.api.newvoicemedia.com/webhooks/subscriptions/2V1dP1RidyufqyPHlng0VJpGF3i" \
-H "Authorization: bearer <ACCESS_TOKEN>" \
-H "Accept: application/vnd.newvoicemedia.v1+json" |
...