mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
* handle GPG Parse & Email Errors * correct TEST * update Swagger * more Docu
This commit is contained in:
@@ -9105,6 +9105,9 @@
|
||||
"201": {
|
||||
"$ref": "#/responses/GPGKey"
|
||||
},
|
||||
"404": {
|
||||
"$ref": "#/responses/notFound"
|
||||
},
|
||||
"422": {
|
||||
"$ref": "#/responses/validationError"
|
||||
}
|
||||
@@ -9165,6 +9168,9 @@
|
||||
},
|
||||
"403": {
|
||||
"$ref": "#/responses/forbidden"
|
||||
},
|
||||
"404": {
|
||||
"$ref": "#/responses/notFound"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user