mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 20:37:47 +00:00
36 lines
918 B
YAML
36 lines
918 B
YAML
post:
|
|
operationId: sendTestNotification
|
|
tags:
|
|
- Notifications
|
|
summary: Send Test Notification
|
|
description: >-
|
|
Send a Test Notification
|
|
requestBody:
|
|
required: true
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: '../../beta/schemas/SendTestNotificationRequestDto.yaml'
|
|
example:
|
|
key: "cloud_manual_work_item_summary"
|
|
medium: "EMAIL"
|
|
context: {
|
|
"numberOfPendingTasks": "4",
|
|
"ownerId": "201327fda1c44704ac01181e963d463c"
|
|
}
|
|
responses:
|
|
'204':
|
|
$ref: '../../v3/responses/204.yaml'
|
|
'400':
|
|
$ref: '../../v3/responses/400.yaml'
|
|
'401':
|
|
$ref: '../../v3/responses/401.yaml'
|
|
'403':
|
|
$ref: '../../v3/responses/403.yaml'
|
|
'404':
|
|
$ref: '../../v3/responses/404.yaml'
|
|
'429':
|
|
$ref: '../../v3/responses/429.yaml'
|
|
'500':
|
|
$ref: '../../v3/responses/500.yaml'
|