Updates A tenant notification provider.

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}