Add TOTP header to Swagger Documentation (#12402)
This commit is contained in:
parent
15300699c4
commit
7b260acd7b
2 changed files with 15 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
// - AuthorizationHeaderToken :
|
||||
// - SudoParam :
|
||||
// - SudoHeader :
|
||||
// - TOTPHeader :
|
||||
//
|
||||
// SecurityDefinitions:
|
||||
// BasicAuth:
|
||||
|
@ -54,6 +55,11 @@
|
|||
// name: Sudo
|
||||
// in: header
|
||||
// description: Sudo API request as the user provided as the key. Admin privileges are required.
|
||||
// TOTPHeader:
|
||||
// type: apiKey
|
||||
// name: X-GITEA-OTP
|
||||
// in: header
|
||||
// description: Must be used in combination with BasicAuth if two-factor authentication is enabled.
|
||||
//
|
||||
// swagger:meta
|
||||
package v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue