Skip to content

Commit

Permalink
Update openapi-generator to 7.9.0 (#17)
Browse files Browse the repository at this point in the history
Auto-Update

Co-authored-by: sj14 <sj14@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sj14 authored Oct 13, 2024
1 parent 7007362 commit 14224e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.8.0
7.9.0
6 changes: 3 additions & 3 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat

- API version: 10.9.11
- Package version: 1.0.0
- Generator version: 7.8.0
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down Expand Up @@ -808,7 +808,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: Authorization
- **Location**: HTTP header

Note, each API key must be added to a map of `map[string]APIKey` where the key is: Authorization and passed in as the auth context for each request.
Note, each API key must be added to a map of `map[string]APIKey` where the key is: CustomAuthentication and passed in as the auth context for each request.

Example

Expand All @@ -817,7 +817,7 @@ auth := context.WithValue(
context.Background(),
api.ContextAPIKeys,
map[string]api.APIKey{
"Authorization": {Key: "API_KEY_STRING"},
"CustomAuthentication": {Key: "API_KEY_STRING"},
},
)
r, err := client.Service.Operation(auth, args)
Expand Down
2 changes: 1 addition & 1 deletion openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.8.0"
"version": "7.9.0"
}
}

0 comments on commit 14224e1

Please sign in to comment.