Apply automatic changes

This commit is contained in:
tyler-mairose-sp
2023-09-11 14:57:13 +00:00
committed by github-actions[bot]
parent c64a7e8388
commit 44f24a6323
3 changed files with 5452 additions and 5382 deletions

View File

@@ -24730,7 +24730,7 @@ paths:
description: Deletes campaigns whose Ids are specified in the provided list of campaign Ids. Authorized callers must be an ORG_ADMIN or a CERT_ADMIN.
deprecated: true
security:
- oauth2:
- UserContextAuth:
- 'idn:campaign:delete'
requestBody:
description: The ids of the campaigns to delete.
@@ -26241,7 +26241,7 @@ paths:
Requires roles of CERT_ADMIN and ORG_ADMIN
deprecated: true
security:
- oauth2:
- UserContextAuth:
- 'idn:campaign:update'
requestBody:
description: 'Optional. Default behavior is for the campaign to auto-approve upon completion, unless autoCompleteAction=REVOKE'
@@ -26554,13 +26554,17 @@ paths:
text: An internal fault occurred.
'/campaigns/{id}/run-remediation-scan':
post:
operationId: runCampaignRemediationScan
operationId: startCampaignRemediationScan
tags:
- Certification Campaigns
summary: Run Campaign Remediation Scan
description: |-
Kicks off remediation scan task for a certification campaign.
Requires roles of CERT_ADMIN and ORG_ADMIN
deprecated: true
security:
- UserContextAuth:
- 'idn:campaign-report:run'
parameters:
- in: path
name: id
@@ -28219,6 +28223,7 @@ paths:
tags:
- Certification Campaigns
summary: Set Campaign Reports Configuration
deprecated: true
description: |-
Overwrites configuration for campaign reports.
Requires roles CERT_ADMIN and ORG_ADMIN.
@@ -72125,9 +72130,11 @@ paths:
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.
@@ -72145,24 +72152,35 @@ paths:
subject:
type: string
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
'400':
description: Client Error - Returned if the request body is invalid.
content:
@@ -72435,9 +72453,11 @@ paths:
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.
@@ -72455,24 +72475,35 @@ paths:
subject:
type: string
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
@@ -72721,9 +72752,11 @@ paths:
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.
@@ -72741,24 +72774,35 @@ paths:
subject:
type: string
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
@@ -72788,9 +72832,11 @@ paths:
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.
@@ -72808,24 +72854,35 @@ paths:
subject:
type: string
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
@@ -73085,9 +73142,11 @@ paths:
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.
@@ -73105,24 +73164,35 @@ paths:
subject:
type: string
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

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
https://god.gw.postman.com/run-collection/23226990-531300e3-ca56-4ba4-a458-5ff4b9bf0df7?action=collection%2Ffork&collection-url=entityId%3D23226990-531300e3-ca56-4ba4-a458-5ff4b9bf0df7%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
https://god.gw.postman.com/run-collection/23226990-27f8a6df-d7ed-48ba-8fad-e82743ad64a4?action=collection%2Ffork&collection-url=entityId%3D23226990-27f8a6df-d7ed-48ba-8fad-e82743ad64a4%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0