Skip to content

Commit 1327b08

Browse files
committed
update samples
1 parent 321513c commit 1327b08

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/openapi-generator/src/test/resources/3_0/go/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ components:
13671367
type: oauth2
13681368
flows:
13691369
implicit:
1370-
authorizationUrl: 'http://petstore.swagger.io/api/oauth/dialog'
1370+
authorizationUrl: 'http://localhost/api/oauth/dialog'
13711371
scopes:
13721372
'write:pets': modify pets in your account
13731373
'read:pets': read your pets

samples/openapi3/client/petstore/go/go-petstore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Authentication schemes defined for the API:
214214

215215
- **Type**: OAuth
216216
- **Flow**: implicit
217-
- **Authorization URL**: http://petstore.swagger.io/api/oauth/dialog
217+
- **Authorization URL**: http://localhost/api/oauth/dialog
218218
- **Scopes**:
219219
- **write:pets**: modify pets in your account
220220
- **read:pets**: read your pets

samples/openapi3/client/petstore/go/go-petstore/api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2452,7 +2452,7 @@ components:
24522452
petstore_auth:
24532453
flows:
24542454
implicit:
2455-
authorizationUrl: http://petstore.swagger.io/api/oauth/dialog
2455+
authorizationUrl: http://localhost/api/oauth/dialog
24562456
scopes:
24572457
write:pets: modify pets in your account
24582458
read:pets: read your pets

0 commit comments

Comments
 (0)