mirror of
https://github.com/openziti/zrok.git
synced 2025-08-10 00:17:46 +02:00
create/delete organization handlers (#537)
This commit is contained in:
@ -904,6 +904,9 @@ func init() {
|
||||
"401": {
|
||||
"description": "unauthorized"
|
||||
},
|
||||
"404": {
|
||||
"description": "organization not found"
|
||||
},
|
||||
"500": {
|
||||
"description": "internal server error"
|
||||
}
|
||||
@ -2958,6 +2961,9 @@ func init() {
|
||||
"401": {
|
||||
"description": "unauthorized"
|
||||
},
|
||||
"404": {
|
||||
"description": "organization not found"
|
||||
},
|
||||
"500": {
|
||||
"description": "internal server error"
|
||||
}
|
||||
|
Reference in New Issue
Block a user