Skip to content

Commit

Permalink
fix: swagger+lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Aug 3, 2022
1 parent 59a19a2 commit 89f1e8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion authclient/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ components:
ReadScopeResponse:
$ref: '#/components/schemas/CreateScopeResponse'
UpdateScopeRequest:
$ref: '#/components/schemas/ClientOptions'
$ref: '#/components/schemas/ScopeOptions'
UpdateScopeResponse:
$ref: '#/components/schemas/CreateScopeResponse'
Client_allOf:
Expand Down
4 changes: 2 additions & 2 deletions authclient/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions authclient/docs/DefaultApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ import (

func main() {
scopeId := "scopeId_example" // string | Scope ID
body := ClientOptions(987) // ClientOptions | (optional)
body := ScopeOptions(987) // ScopeOptions | (optional)

configuration := openapiclient.NewConfiguration()
apiClient := openapiclient.NewAPIClient(configuration)
Expand Down Expand Up @@ -945,7 +945,7 @@ Other parameters are passed through a pointer to a apiUpdateScopeRequest struct
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------

**body** | **ClientOptions** | |
**body** | **ScopeOptions** | |

### Return type

Expand Down
2 changes: 1 addition & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,6 @@ components:
ReadScopeResponse:
$ref: '#/components/schemas/CreateScopeResponse'
UpdateScopeRequest:
$ref: '#/components/schemas/ClientOptions'
$ref: '#/components/schemas/ScopeOptions'
UpdateScopeResponse:
$ref: '#/components/schemas/CreateScopeResponse'

0 comments on commit 89f1e8a

Please sign in to comment.