mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
Automated commit 'Merge pull request #1385 from sailpoint/PLTCORE-3777
PLTCORE-3777 - Updating field for deprecated header / footer' by github action: 6148121963
This commit is contained in:
@@ -3,9 +3,11 @@ properties:
|
||||
key:
|
||||
type: string
|
||||
example: "cloud_manual_work_item_summary"
|
||||
description: The key of the template
|
||||
name:
|
||||
type: string
|
||||
example: "Task Manager Subscription"
|
||||
description: The name of the Task Manager Subscription
|
||||
medium:
|
||||
type: string
|
||||
description: The message medium. More mediums may be added in the future.
|
||||
@@ -25,25 +27,36 @@ properties:
|
||||
example:
|
||||
"You have $numberOfPendingTasks $taskTasks to complete in
|
||||
${__global.productName}."
|
||||
description: The subject line in the template
|
||||
header:
|
||||
type: string
|
||||
example: "Dear $__recipient.name,"
|
||||
nullable: true
|
||||
example: null
|
||||
deprecated: true
|
||||
description: The header value is now located within the body field. If included with non-null values, will result in a 400.
|
||||
body:
|
||||
type: string
|
||||
example: "Please go to the task manager"
|
||||
description: The body in the template
|
||||
footer:
|
||||
type: string
|
||||
example: "Thanks, The $__global.productName Team"
|
||||
nullable: true
|
||||
example: null
|
||||
deprecated: true
|
||||
description: The footer value is now located within the body field. If included with non-null values, will result in a 400.
|
||||
from:
|
||||
type: string
|
||||
example: "$__global.emailFromAddress"
|
||||
description: The "From:" address in the template
|
||||
replyTo:
|
||||
type: string
|
||||
example: "$__global.emailFromAddress"
|
||||
description: The "Reply To" line in the template
|
||||
description:
|
||||
type: string
|
||||
example:
|
||||
"Daily digest - sent if number of outstanding tasks for task owner > 0"
|
||||
description: The description in the template
|
||||
id:
|
||||
type: string
|
||||
example: "c17bea3a-574d-453c-9e04-4365fbf5af0b"
|
||||
|
||||
@@ -3,9 +3,11 @@ properties:
|
||||
key:
|
||||
type: string
|
||||
example: "cloud_manual_work_item_summary"
|
||||
description: The key of the default template
|
||||
name:
|
||||
type: string
|
||||
example: "Task Manager Subscription"
|
||||
description: The name of the default template
|
||||
medium:
|
||||
type: string
|
||||
description: The message medium. More mediums may be added in the future.
|
||||
@@ -25,22 +27,33 @@ properties:
|
||||
example:
|
||||
"You have $numberOfPendingTasks $taskTasks to complete in
|
||||
${__global.productName}."
|
||||
description: The subject of the default template
|
||||
header:
|
||||
type: string
|
||||
example: "Dear $__recipient.name,"
|
||||
nullable: true
|
||||
example: null
|
||||
deprecated: true
|
||||
description: The header value is now located within the body field. If included with non-null values, will result in a 400.
|
||||
body:
|
||||
type: string
|
||||
example: "Please go to the task manager"
|
||||
description: The body of the default template
|
||||
footer:
|
||||
type: string
|
||||
example: "Thanks, The $__global.productName Team"
|
||||
nullable: true
|
||||
example: null
|
||||
deprecated: true
|
||||
description: The footer value is now located within the body field. If included with non-null values, will result in a 400.
|
||||
from:
|
||||
type: string
|
||||
example: "$__global.emailFromAddress"
|
||||
description: The "From:" address of the default template
|
||||
replyTo:
|
||||
type: string
|
||||
example: "$__global.emailFromAddress"
|
||||
description: The "Reply To" field of the default template
|
||||
description:
|
||||
type: string
|
||||
example:
|
||||
"Daily digest - sent if number of outstanding tasks for task owner > 0"
|
||||
description: The description of the default template
|
||||
|
||||
Reference in New Issue
Block a user