Skip to content

Commit

Permalink
change placeholder server url
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Aug 23, 2023
1 parent cd58489 commit 7bff8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion API-Definition/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tags:

servers:
- description: AWS API Gateway Endpoint
url: https://replace-me.com
url: https://example.com

paths:
/books:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ OK - let's get started!
> We'll need the API endpoint above to call the API, so keep it to hand!
### Update the SwaggerHub Books API with the _AWS API Gateway_ endpoint
- In the SwaggerHub Portal page, click on `Books API` to open the API definition
- Locate the `servers` tag, and replace the `url` for the `AWS API Gateway Endpoint` server tag (currently holding a value of `https://replace-me.com`) with the value of the URL value copied from the pipeline summary above
- Locate the `servers` tag, and replace the `url` for the `AWS API Gateway Endpoint` server tag (currently holding a value of `https://example.com`) with the value of the URL value copied from the pipeline summary above
- Click the **Save** button

### Calling your _AWS API Gateway_ hosted Books API from SwaggerHub
Expand Down

0 comments on commit 7bff8f4

Please sign in to comment.