Automated commit 'ISCCOMPLI-467: fixed authorization part for compaign delete and complete operation (#1400)' by github action: 6110324774

This commit is contained in:
GitHub Action Bot
2023-09-07 13:22:29 +00:00
parent c12fa051c6
commit 102ba16aae
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ post:
Requires roles of CERT_ADMIN and ORG_ADMIN
deprecated: true
security:
- oauth2: [idn:campaign:update]
- UserContextAuth: [idn:campaign:update]
requestBody:
description:
Optional. Default behavior is for the campaign to auto-approve upon completion,

View File

@@ -8,7 +8,7 @@ post:
Authorized callers must be an ORG_ADMIN or a CERT_ADMIN.
deprecated: true
security:
- oauth2: [idn:campaign:delete]
- UserContextAuth: [idn:campaign:delete]
requestBody:
description: The ids of the campaigns to delete.
required: true

View File

@@ -17,7 +17,7 @@ post:
Requires roles of CERT_ADMIN and ORG_ADMIN
security:
- oauth2: [idn:campaign:update]
- UserContextAuth: [idn:campaign:update]
requestBody:
description:
Optional. Default behavior is for the campaign to auto-approve upon completion,

View File

@@ -7,7 +7,7 @@ post:
Deletes campaigns whose Ids are specified in the provided list of campaign Ids.
Authorized callers must be an ORG_ADMIN or a CERT_ADMIN.
security:
- oauth2: [idn:campaign:delete]
- UserContextAuth: [idn:campaign:delete]
requestBody:
description: The ids of the campaigns to delete.
required: true