Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
bug(docs): make docs match reality
Browse files Browse the repository at this point in the history
  • Loading branch information
slack committed Dec 8, 2016
1 parent 1a5b9cc commit f511816
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/reference-guide/controller-api/v2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ DEIS_PLATFORM_VERSION: 2.1.0
Example Request:

```
POST /v2/certs/foo/domains/ HTTP/1.1
POST /v2/certs/foo/domain/ HTTP/1.1
Host: deis.example.com
Authorization: token abc123
Expand All @@ -528,7 +528,7 @@ DEIS_PLATFORM_VERSION: 2.1.0
Example Request:

```
DELETE /v2/certs/foo/domains/test.com/ HTTP/1.1
DELETE /v2/certs/foo/domain/test.com/ HTTP/1.1
Host: deis.example.com
Authorization: token abc123
```
Expand Down
4 changes: 2 additions & 2 deletions src/reference-guide/controller-api/v2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ DEIS_PLATFORM_VERSION: 2.1.0
Example Request:

```
POST /v2/certs/foo/domains/ HTTP/1.1
POST /v2/certs/foo/domain/ HTTP/1.1
Host: deis.example.com
Authorization: token abc123
Expand All @@ -533,7 +533,7 @@ DEIS_PLATFORM_VERSION: 2.1.0
Example Request:

```
DELETE /v2/certs/foo/domains/test.com/ HTTP/1.1
DELETE /v2/certs/foo/domain/test.com/ HTTP/1.1
Host: deis.example.com
Authorization: token abc123
```
Expand Down
4 changes: 2 additions & 2 deletions src/reference-guide/controller-api/v2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ DEIS_PLATFORM_VERSION: 2.2.0
Example Request:

```
POST /v2/certs/foo/domains/ HTTP/1.1
POST /v2/certs/foo/domain/ HTTP/1.1
Host: deis.example.com
Authorization: token abc123
Expand All @@ -563,7 +563,7 @@ DEIS_PLATFORM_VERSION: 2.2.0
Example Request:

```
DELETE /v2/certs/foo/domains/test.com/ HTTP/1.1
DELETE /v2/certs/foo/domain/test.com/ HTTP/1.1
Host: deis.example.com
Authorization: token abc123
```
Expand Down
4 changes: 2 additions & 2 deletions src/reference-guide/controller-api/v2.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ DEIS_PLATFORM_VERSION: 2.3.0
Example Request:

```
POST /v2/certs/foo/domains/ HTTP/1.1
POST /v2/certs/foo/domain/ HTTP/1.1
Host: deis.example.com
Authorization: token abc123
Expand All @@ -563,7 +563,7 @@ DEIS_PLATFORM_VERSION: 2.3.0
Example Request:

```
DELETE /v2/certs/foo/domains/test.com/ HTTP/1.1
DELETE /v2/certs/foo/domain/test.com/ HTTP/1.1
Host: deis.example.com
Authorization: token abc123
```
Expand Down

0 comments on commit f511816

Please sign in to comment.