mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
Automated commit 'Merge pull request #1398 from sailpoint/ishaanv/ISCCOMPLI-298
ISCCOMPLI-298 : Update Campaign Reports Config, API Doc migration from beta to v3' by github action: 6106353716
This commit is contained in:
@@ -33,6 +33,7 @@ put:
|
||||
tags:
|
||||
- Certification Campaigns
|
||||
summary: Set Campaign Reports Configuration
|
||||
deprecated: true
|
||||
description: >-
|
||||
Overwrites configuration for campaign reports.
|
||||
|
||||
|
||||
@@ -25,5 +25,41 @@ get:
|
||||
$ref: '../responses/403.yaml'
|
||||
'429':
|
||||
$ref: '../responses/429.yaml'
|
||||
'500':
|
||||
$ref: '../responses/500.yaml'
|
||||
put:
|
||||
operationId: setCampaignReportsConfig
|
||||
tags:
|
||||
- Certification Campaigns
|
||||
summary: Set Campaign Reports Configuration
|
||||
description: >-
|
||||
Overwrites configuration for campaign reports.
|
||||
|
||||
Requires roles CERT_ADMIN and ORG_ADMIN.
|
||||
|
||||
security:
|
||||
- UserContextAuth: [ idn:campaign-reports-config:write ]
|
||||
requestBody:
|
||||
required: true
|
||||
description: Campaign Report Configuration
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '../schemas/CampaignReportsConfig.yaml'
|
||||
responses:
|
||||
'200':
|
||||
description: The persisted Campaign Report Configuration
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '../schemas/CampaignReportsConfig.yaml'
|
||||
'400':
|
||||
$ref: '../responses/400.yaml'
|
||||
'401':
|
||||
$ref: '../responses/401.yaml'
|
||||
'403':
|
||||
$ref: '../responses/403.yaml'
|
||||
'429':
|
||||
$ref: '../responses/429.yaml'
|
||||
'500':
|
||||
$ref: '../responses/500.yaml'
|
||||
Reference in New Issue
Block a user