UpdateSubscriptionRequest
UpdateSubscriptionRequest
JSON Example
{
"url": "string",
"description": "string",
"headers": {
"headers": "string"
},
"vsafilter": {
"condition": "AND",
"filterlist": [
"Filter Object"
]
},
"disabled": false
}
string
url
Optional
The URL where user wants to receive notifications.
string
description
Optional
Details description about the subscription.
object
headers
Optional
Headers user wants to receive with notifications.
vsafilter
Optional
The VSAFilter object defines how the filters has to be applied on queries.
boolean
disabled
Optional
Setting this to true, disables the subscription.