Skip to content

Commit

Permalink
Editted update instructions
Browse files Browse the repository at this point in the history
- Removed "Not implemented" comment next to update
- Changed POST to PUT for update
  • Loading branch information
pvaramballypivot committed Oct 11, 2018
1 parent 46f53c2 commit c556271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dynamic_egress_api.md
Expand Up @@ -42,7 +42,7 @@ Adding an Egress Policy

Updating an Egress Policy when an IP changes
1. List all egress destinations to find the one you want to change.
1. Update the egress destination (not implemented yet).
1. Update the egress destination.
1. See updated policy apply. No app restarts needed.

<hr>
Expand Down Expand Up @@ -123,7 +123,7 @@ Will return all egress destinations.
In the future, a destination will be able to support multiple ip ranges and port ranges.

### Update Egress Destinations
#### POST /networking/v1/external/destinations
#### PUT /networking/v1/external/destinations

#### Request Body:

Expand Down

0 comments on commit c556271

Please sign in to comment.