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:
GitHub Action Bot
2023-09-11 14:56:17 +00:00
parent 33bd5c523d
commit c64a7e8388
2 changed files with 30 additions and 4 deletions

View File

@@ -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"

View File

@@ -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