Skip to content

Commit

Permalink
Merge pull request #74 from azgabur/apicurio_fix
Browse files Browse the repository at this point in the history
Fix security schema figure and limit count
  • Loading branch information
david-martin authored May 7, 2024
2 parents 95818b1 + 5234d47 commit 2187ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified doc/images/apicurio-security-scheme-apikey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/openapi-apicurio.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Although securityScheme is not an OpenAPI extension, it is used by `kuadrantctl`
in: header
```

When added, the UI will display this in the security requirements section:
When added, the UI will display this in the security schemes section:

![Apicurio security requirements](./images/apicurio-security-scheme-apikey.png)

Expand All @@ -69,7 +69,7 @@ paths:
rate_limit:
rates:
-
limit: 2
limit: 10
duration: 10
unit: second
```
Expand Down

0 comments on commit 2187ca0

Please sign in to comment.