Skip to content

Commit

Permalink
docs(control-api): fix introduced versions (#7499)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander authored Jul 21, 2022
1 parent 6451dd6 commit 44d20c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/en/latest/control-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Triggers a full garbage collection in the HTTP subsystem.

### GET /v1/routes

Introduced in [v3.0](https://github.com/apache/apisix/releases/tag/3.0).
Introduced in [v2.10.0](https://github.com/apache/apisix/releases/tag/2.10.0).

Returns all configured [Routes](./terminology/route.md):

Expand Down Expand Up @@ -254,7 +254,7 @@ Returns all configured [Routes](./terminology/route.md):

### GET /v1/route/{route_id}

Introduced in [v3.0](https://github.com/apache/apisix/releases/tag/3.0).
Introduced in [v2.10.0](https://github.com/apache/apisix/releases/tag/2.10.0).

Returns the Route with the specified `route_id`:

Expand Down Expand Up @@ -292,7 +292,7 @@ Returns the Route with the specified `route_id`:

### GET /v1/services

Introduced in [v2.11](https://github.com/apache/apisix/releases/tag/2.11).
Introduced in [v2.11.0](https://github.com/apache/apisix/releases/tag/2.11.0).

Returns all the Services:

Expand Down Expand Up @@ -340,7 +340,7 @@ Returns all the Services:

### GET /v1/service/{service_id}

Introduced in [v2.11](https://github.com/apache/apisix/releases/tag/2.11).
Introduced in [v2.11.0](https://github.com/apache/apisix/releases/tag/2.11.0).

Returns the Service with the specified `service_id`:

Expand Down Expand Up @@ -374,7 +374,7 @@ Returns the Service with the specified `service_id`:

### GET /v1/upstreams

Introduced in [v2.11](https://github.com/apache/apisix/releases/tag/2.11).
Introduced in [v2.11.0](https://github.com/apache/apisix/releases/tag/2.11.0).

Dumps all Upstreams:

Expand Down Expand Up @@ -415,7 +415,7 @@ Dumps all Upstreams:

### GET /v1/upstream/{upstream_id}

Introduced in [v2.11](https://github.com/apache/apisix/releases/tag/2.11).
Introduced in [v2.11.0](https://github.com/apache/apisix/releases/tag/2.11.0).

Dumps the Upstream with the specified `upstream_id`:

Expand Down

0 comments on commit 44d20c3

Please sign in to comment.