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. 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 deprecated: true
security: security:
- oauth2: - UserContextAuth:
- 'idn:campaign:delete' - 'idn:campaign:delete'
requestBody: requestBody:
description: The ids of the campaigns to delete. description: The ids of the campaigns to delete.
@@ -26241,7 +26241,7 @@ paths:
Requires roles of CERT_ADMIN and ORG_ADMIN Requires roles of CERT_ADMIN and ORG_ADMIN
deprecated: true deprecated: true
security: security:
- oauth2: - UserContextAuth:
- 'idn:campaign:update' - 'idn:campaign:update'
requestBody: requestBody:
description: 'Optional. Default behavior is for the campaign to auto-approve upon completion, unless autoCompleteAction=REVOKE' 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. text: An internal fault occurred.
'/campaigns/{id}/run-remediation-scan': '/campaigns/{id}/run-remediation-scan':
post: post:
operationId: runCampaignRemediationScan operationId: startCampaignRemediationScan
tags: tags:
- Certification Campaigns - Certification Campaigns
summary: Run Campaign Remediation Scan summary: Run Campaign Remediation Scan
description: |- description: |-
Kicks off remediation scan task for a certification campaign. Kicks off remediation scan task for a certification campaign.
Requires roles of CERT_ADMIN and ORG_ADMIN Requires roles of CERT_ADMIN and ORG_ADMIN
deprecated: true
security:
- UserContextAuth:
- 'idn:campaign-report:run'
parameters: parameters:
- in: path - in: path
name: id name: id
@@ -28219,6 +28223,7 @@ paths:
tags: tags:
- Certification Campaigns - Certification Campaigns
summary: Set Campaign Reports Configuration summary: Set Campaign Reports Configuration
deprecated: true
description: |- description: |-
Overwrites configuration for campaign reports. Overwrites configuration for campaign reports.
Requires roles CERT_ADMIN and ORG_ADMIN. Requires roles CERT_ADMIN and ORG_ADMIN.
@@ -72125,9 +72130,11 @@ paths:
key: key:
type: string type: string
example: cloud_manual_work_item_summary example: cloud_manual_work_item_summary
description: The key of the default template
name: name:
type: string type: string
example: Task Manager Subscription example: Task Manager Subscription
description: The name of the default template
medium: medium:
type: string type: string
description: The message medium. More mediums may be added in the future. description: The message medium. More mediums may be added in the future.
@@ -72145,24 +72152,35 @@ paths:
subject: subject:
type: string type: string
example: 'You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.' example: 'You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.'
description: The subject of the default template
header: header:
type: string 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: body:
type: string type: string
example: Please go to the task manager example: Please go to the task manager
description: The body of the default template
footer: footer:
type: string 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: from:
type: string type: string
example: $__global.emailFromAddress example: $__global.emailFromAddress
description: 'The "From:" address of the default template'
replyTo: replyTo:
type: string type: string
example: $__global.emailFromAddress example: $__global.emailFromAddress
description: The "Reply To" field of the default template
description: description:
type: string type: string
example: Daily digest - sent if number of outstanding tasks for task owner > 0 example: Daily digest - sent if number of outstanding tasks for task owner > 0
description: The description of the default template
'400': '400':
description: Client Error - Returned if the request body is invalid. description: Client Error - Returned if the request body is invalid.
content: content:
@@ -72435,9 +72453,11 @@ paths:
key: key:
type: string type: string
example: cloud_manual_work_item_summary example: cloud_manual_work_item_summary
description: The key of the template
name: name:
type: string type: string
example: Task Manager Subscription example: Task Manager Subscription
description: The name of the Task Manager Subscription
medium: medium:
type: string type: string
description: The message medium. More mediums may be added in the future. description: The message medium. More mediums may be added in the future.
@@ -72455,24 +72475,35 @@ paths:
subject: subject:
type: string type: string
example: 'You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.' example: 'You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.'
description: The subject line in the template
header: header:
type: string 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: body:
type: string type: string
example: Please go to the task manager example: Please go to the task manager
description: The body in the template
footer: footer:
type: string 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: from:
type: string type: string
example: $__global.emailFromAddress example: $__global.emailFromAddress
description: 'The "From:" address in the template'
replyTo: replyTo:
type: string type: string
example: $__global.emailFromAddress example: $__global.emailFromAddress
description: The "Reply To" line in the template
description: description:
type: string type: string
example: Daily digest - sent if number of outstanding tasks for task owner > 0 example: Daily digest - sent if number of outstanding tasks for task owner > 0
description: The description in the template
id: id:
type: string type: string
example: c17bea3a-574d-453c-9e04-4365fbf5af0b example: c17bea3a-574d-453c-9e04-4365fbf5af0b
@@ -72721,9 +72752,11 @@ paths:
key: key:
type: string type: string
example: cloud_manual_work_item_summary example: cloud_manual_work_item_summary
description: The key of the template
name: name:
type: string type: string
example: Task Manager Subscription example: Task Manager Subscription
description: The name of the Task Manager Subscription
medium: medium:
type: string type: string
description: The message medium. More mediums may be added in the future. description: The message medium. More mediums may be added in the future.
@@ -72741,24 +72774,35 @@ paths:
subject: subject:
type: string type: string
example: 'You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.' example: 'You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.'
description: The subject line in the template
header: header:
type: string 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: body:
type: string type: string
example: Please go to the task manager example: Please go to the task manager
description: The body in the template
footer: footer:
type: string 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: from:
type: string type: string
example: $__global.emailFromAddress example: $__global.emailFromAddress
description: 'The "From:" address in the template'
replyTo: replyTo:
type: string type: string
example: $__global.emailFromAddress example: $__global.emailFromAddress
description: The "Reply To" line in the template
description: description:
type: string type: string
example: Daily digest - sent if number of outstanding tasks for task owner > 0 example: Daily digest - sent if number of outstanding tasks for task owner > 0
description: The description in the template
id: id:
type: string type: string
example: c17bea3a-574d-453c-9e04-4365fbf5af0b example: c17bea3a-574d-453c-9e04-4365fbf5af0b
@@ -72788,9 +72832,11 @@ paths:
key: key:
type: string type: string
example: cloud_manual_work_item_summary example: cloud_manual_work_item_summary
description: The key of the template
name: name:
type: string type: string
example: Task Manager Subscription example: Task Manager Subscription
description: The name of the Task Manager Subscription
medium: medium:
type: string type: string
description: The message medium. More mediums may be added in the future. description: The message medium. More mediums may be added in the future.
@@ -72808,24 +72854,35 @@ paths:
subject: subject:
type: string type: string
example: 'You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.' example: 'You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.'
description: The subject line in the template
header: header:
type: string 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: body:
type: string type: string
example: Please go to the task manager example: Please go to the task manager
description: The body in the template
footer: footer:
type: string 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: from:
type: string type: string
example: $__global.emailFromAddress example: $__global.emailFromAddress
description: 'The "From:" address in the template'
replyTo: replyTo:
type: string type: string
example: $__global.emailFromAddress example: $__global.emailFromAddress
description: The "Reply To" line in the template
description: description:
type: string type: string
example: Daily digest - sent if number of outstanding tasks for task owner > 0 example: Daily digest - sent if number of outstanding tasks for task owner > 0
description: The description in the template
id: id:
type: string type: string
example: c17bea3a-574d-453c-9e04-4365fbf5af0b example: c17bea3a-574d-453c-9e04-4365fbf5af0b
@@ -73085,9 +73142,11 @@ paths:
key: key:
type: string type: string
example: cloud_manual_work_item_summary example: cloud_manual_work_item_summary
description: The key of the template
name: name:
type: string type: string
example: Task Manager Subscription example: Task Manager Subscription
description: The name of the Task Manager Subscription
medium: medium:
type: string type: string
description: The message medium. More mediums may be added in the future. description: The message medium. More mediums may be added in the future.
@@ -73105,24 +73164,35 @@ paths:
subject: subject:
type: string type: string
example: 'You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.' example: 'You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.'
description: The subject line in the template
header: header:
type: string 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: body:
type: string type: string
example: Please go to the task manager example: Please go to the task manager
description: The body in the template
footer: footer:
type: string 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: from:
type: string type: string
example: $__global.emailFromAddress example: $__global.emailFromAddress
description: 'The "From:" address in the template'
replyTo: replyTo:
type: string type: string
example: $__global.emailFromAddress example: $__global.emailFromAddress
description: The "Reply To" line in the template
description: description:
type: string type: string
example: Daily digest - sent if number of outstanding tasks for task owner > 0 example: Daily digest - sent if number of outstanding tasks for task owner > 0
description: The description in the template
id: id:
type: string type: string
example: c17bea3a-574d-453c-9e04-4365fbf5af0b 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