Skip to content

Commit

Permalink
Automated commit 'IDNPALM-5470: correct the respond content of remove…
Browse files Browse the repository at this point in the history
… attribute from role endpoint (#1868)

* IDNPALM-5470: correct the respond cotent

* IDNPALM-5470: update security define

* IDNPALM-5470: add x-sailpoint-userLevels' by github action: 11506669860
  • Loading branch information
tyler-mairose-sp committed Oct 24, 2024
1 parent 9fd7f89 commit 1c34288
Showing 1 changed file with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ post:
tags:
- Roles
security:
- UserContextAuth: [ idn:role:update, idn:role-checked:update ]
- userAuth: [ idn:role:update, idn:role-checked:update ]
x-sailpoint-userLevels:
- ORG_ADMIN
- ROLE_ADMIN
- ROLE_SUBADMIN
parameters:
- name: "id"
in: "path"
Expand Down Expand Up @@ -57,7 +61,11 @@ delete:
tags:
- Roles
security:
- UserContextAuth: [ idn:role:delete, idn:role-checked:delete, idn:role:update, idn:role-checked:update ]
- userAuth: [ idn:role:delete, idn:role-checked:delete, idn:role:update, idn:role-checked:update ]
x-sailpoint-userLevels:
- ORG_ADMIN
- ROLE_ADMIN
- ROLE_SUBADMIN
parameters:
- name: id
in: path
Expand All @@ -81,12 +89,8 @@ delete:
description: Technical name of the Attribute Value.
example: "public"
responses:
"200":
description: Responds with the Role as updated.
content:
application/json:
schema:
$ref: "../../../v3/schemas/access/Role.yaml"
"202":
description: Request accepted
'400':
$ref: '../../../v3/responses/400.yaml'
'401':
Expand Down

0 comments on commit 1c34288

Please sign in to comment.