mirror of
https://github.com/openziti/zrok.git
synced 2025-08-17 03:11:17 +02:00
list members of organization handler (#537)
This commit is contained in:
@ -950,7 +950,7 @@ func init() {
|
||||
}
|
||||
}
|
||||
},
|
||||
"/organization/members": {
|
||||
"/organization/list": {
|
||||
"post": {
|
||||
"security": [
|
||||
{
|
||||
@ -995,6 +995,9 @@ func init() {
|
||||
"401": {
|
||||
"description": "unauthorized"
|
||||
},
|
||||
"404": {
|
||||
"description": "not found"
|
||||
},
|
||||
"500": {
|
||||
"description": "internal server error"
|
||||
}
|
||||
@ -3007,7 +3010,7 @@ func init() {
|
||||
}
|
||||
}
|
||||
},
|
||||
"/organization/members": {
|
||||
"/organization/list": {
|
||||
"post": {
|
||||
"security": [
|
||||
{
|
||||
@ -3048,6 +3051,9 @@ func init() {
|
||||
"401": {
|
||||
"description": "unauthorized"
|
||||
},
|
||||
"404": {
|
||||
"description": "not found"
|
||||
},
|
||||
"500": {
|
||||
"description": "internal server error"
|
||||
}
|
||||
|
Reference in New Issue
Block a user