mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
Adding groups tab to Policy Details page (#837)
* parent 58efbbbf60
author Adam Stafford <adam@minio.io> 1624473190 -0700
committer Adam Stafford <adam@minio.io> 1624569868 -0700
policy groups
* restoring old commit files
Co-authored-by: Adam Stafford <adam@minio.io>
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com>
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
23
swagger.yml
23
swagger.yml
@@ -1487,6 +1487,29 @@ paths:
|
||||
tags:
|
||||
- AdminAPI
|
||||
|
||||
/policies/{policy}/groups:
|
||||
get:
|
||||
summary: List Groups for a Policy
|
||||
operationId: ListGroupsForPolicy
|
||||
parameters:
|
||||
- name: policy
|
||||
in: path
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
200:
|
||||
description: A successful response.
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
default:
|
||||
description: Generic error response.
|
||||
schema:
|
||||
$ref: "#/definitions/error"
|
||||
tags:
|
||||
- AdminAPI
|
||||
|
||||
/bucket-policy/{bucket}:
|
||||
get:
|
||||
summary: List Policies With Given Bucket
|
||||
|
||||
Reference in New Issue
Block a user