Skip to content

Commit

Permalink
add oidc flag to missing endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpmartinez committed Jan 17, 2024
1 parent 898e6ab commit 36e5107
Show file tree
Hide file tree
Showing 8 changed files with 156 additions and 0 deletions.
24 changes: 24 additions & 0 deletions management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ paths:
get:
security:
- ztSession: []
- oauth2:
- openid
description: Retrieves a single API Session by id. Requires admin access.
tags:
- API Session
Expand Down Expand Up @@ -451,6 +453,8 @@ paths:
post:
security:
- ztSession: []
- oauth2:
- openid
description: Creates an Auth Policy. Requires admin access.
tags:
- Auth Policy
Expand Down Expand Up @@ -539,6 +543,8 @@ paths:
get:
security:
- ztSession: []
- oauth2:
- openid
description: Retrieves a single Auth Policy by id. Requires admin access.
tags:
- Auth Policy
Expand Down Expand Up @@ -607,6 +613,8 @@ paths:
put:
security:
- ztSession: []
- oauth2:
- openid
description: Update all fields on an Auth Policy by id. Requires admin access.
tags:
- Auth Policy
Expand Down Expand Up @@ -712,6 +720,8 @@ paths:
delete:
security:
- ztSession: []
- oauth2:
- openid
description: |
Delete an Auth Policy by id. Requires admin access.
tags:
Expand Down Expand Up @@ -793,6 +803,8 @@ paths:
patch:
security:
- ztSession: []
- oauth2:
- openid
description: Update only the supplied fields on an Auth Policy by id. Requires
admin access.
tags:
Expand Down Expand Up @@ -5819,6 +5831,8 @@ paths:
post:
security:
- ztSession: []
- oauth2:
- openid
description: Create a edge router resource. Requires admin access.
tags:
- Edge Router
Expand Down Expand Up @@ -5907,6 +5921,8 @@ paths:
get:
security:
- ztSession: []
- oauth2:
- openid
description: Retrieves a single edge router by id. Requires admin access.
tags:
- Edge Router
Expand Down Expand Up @@ -9621,6 +9637,8 @@ paths:
get:
security:
- ztSession: []
- oauth2:
- openid
description: |
Retrieves a list of role attributes in use by identities; supports filtering, sorting, and pagination. Requires admin access.
tags:
Expand Down Expand Up @@ -11914,6 +11932,8 @@ paths:
get:
security:
- ztSession: []
- oauth2:
- openid
description: |
Retrieves a list of service policy resources; supports filtering, sorting, and pagination. Requires admin access.
tags:
Expand Down Expand Up @@ -12735,6 +12755,8 @@ paths:
get:
security:
- ztSession: []
- oauth2:
- openid
description: |
Retrieves a list of role attributes in use by services; supports filtering, sorting, and pagination. Requires admin access.
tags:
Expand Down Expand Up @@ -14411,6 +14433,8 @@ paths:
get:
security:
- ztSession: []
- oauth2:
- openid
description: This endpoint is usefull for UIs that wish to display UI elements
with counts.
tags:
Expand Down
120 changes: 120 additions & 0 deletions rest_management_api_server/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 36e5107

Please sign in to comment.