mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 12:27:48 +00:00
Automated commit 'ISCCOMPLI-467: fixed authorization part for compaign delete and complete operation (#1400)' by github action: 6110324774
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user