elaborating the grants handler (#744)

This commit is contained in:
Michael Quigley
2024-09-05 13:34:07 -04:00
parent a37009249a
commit e5aac2358b
7 changed files with 309 additions and 0 deletions

View File

@ -557,6 +557,9 @@ func init() {
"401": {
"description": "unauthorized"
},
"404": {
"description": "not found"
},
"500": {
"description": "internal server error"
}
@ -2404,6 +2407,9 @@ func init() {
"401": {
"description": "unauthorized"
},
"404": {
"description": "not found"
},
"500": {
"description": "internal server error"
}