Skip to content

Commit

Permalink
Update README. skip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nevalla committed Oct 3, 2017
1 parent a43a7cf commit 5ae91b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ consumer = Kong::Consumer.find_by_custom_id('custom_id')

### All Resources and Actions

To see the complete Kong Admin API documentation, please visit: https://getkong.org/docs/0.10.x/admin-api/
To see the complete Kong Admin API documentation, please visit: https://getkong.org/docs/0.11.x/admin-api/

#### Consumer

Expand Down Expand Up @@ -91,6 +91,7 @@ api = Kong::Api.new({
name: 'Mockbin',
hosts: ['mockbin.com'],
uris: ['/someservice'],
methods: ['GET']
strip_uri: false,
preserve_host: false,
upstream_url: 'https://mockbin.com'
Expand Down

0 comments on commit 5ae91b7

Please sign in to comment.