Skip to content

Commit

Permalink
Merge 0ca3a3b into 6686f54
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehp committed Mar 8, 2022
2 parents 6686f54 + 0ca3a3b commit 77d6628
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
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 77d6628

Please sign in to comment.