Files
api-specs/idn/beta/schemas/SendTestNotificationRequestDto.yaml
2022-09-02 10:59:29 -04:00

17 lines
418 B
YAML

type: object
properties:
key:
type: string
description: The template notification key.
example: "cloud_manual_work_item_summary"
medium:
type: string
description: The notification medium. Has to be one of the following enum values.
enum:
- EMAIL
- SLACK
- TEAMS
context:
type: object
description: A Json object that denotes the context specific to the template.