docs(api): document 401/403 responses for user key endpoints (#38711)

This commit is contained in:
Mitrahsoft
2026-08-14 08:25:44 +05:30
committed by GitHub
parent 72a9debaff
commit befeacdf7d
5 changed files with 176 additions and 0 deletions
+6
View File
@@ -97,6 +97,12 @@ type APIForbiddenError struct {
APIError
}
// APIUnauthorizedError is an unauthorized error response
// swagger:response unauthorized
type APIUnauthorizedError struct {
APIError
}
// APINotFound is a not found empty response
// swagger:response notFound
type APINotFound struct{}