Skip to content

Commit

Permalink
feat: Feature security or documentation (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehp authored Mar 8, 2022
1 parent 6686f54 commit 7dc2340
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,14 @@ Make it AND condition
// @Security OAuth2Application[write, admin]
```
Make it OR condition
```go
// @Security ApiKeyAuth || firebase
// @Security OAuth2Application[write, admin] || APIKeyAuth
```
### Add a description for enum items
```go
Expand Down

0 comments on commit 7dc2340

Please sign in to comment.