create/delete organization handlers (#537)

This commit is contained in:
Michael Quigley
2024-12-09 13:30:45 -05:00
parent 38b32d15d0
commit c98aaa8e00
8 changed files with 200 additions and 0 deletions

View File

@ -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"
}