Updates A tenant notification provider.
Updates a tenant notification provider.
Request
URI
PUT
https://{api_host}/notification-service/api/notifications/tenants/{tenantId}/providers/{id}
COPY
Path Parameters
string
tenantId
Required
The tenant id
string
id
Required
The provider id
Request Body
NotificationProvider
of type(s)
application/json
Optional
Show optional properties
{
"providerDirection": "string",
"type": "string"
}
{
"providerMode": {
"role": "string",
"overriddenGlobalProviderId": "string"
},
"name": "string",
"description": "string",
"providerDirection": "string",
"id": "string",
"type": "string",
"version": 0
}
Responses
200
successful operation
Operation doesn't return any data structure
204
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"providerDirection:"string","type:"string"}' https://{api_host}/notification-service/api/notifications/tenants/{tenantId}/providers/{id}
On This Page
Notification Provider Operations
GET
Retrieves A tenant notification provider given its unique identifier.
DELETE
Deletes A tenant notification provider given its unique identifier.
PUT
Updates A tenant notification provider.
GET
Retrieves A global notification provider given its unique identifier.
DELETE
Deletes A global notification provider given its unique identifier.
PUT
Updates A global notification provider.
POST
Tests the connection Of A notification provider.
GET
Returns A page Of tenant Notification Provider Creation Info.
GET
Returns A page Of global Notification Provider Creation Info.
POST
Creats A tenant notification provider.
GET
Retrieves A page Of notification providers Of A given tenant.
POST
Creates A global notification provider.
GET
Retrieves A page Of global notification providers.