Skip to content

Commit b05d54b

Browse files
authored
Merge pull request #642 from slack/fix-domains-docs
bug(docs): update docs to match real endpoint
2 parents bea0ea3 + f511816 commit b05d54b

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/reference-guide/controller-api/v2.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ DEIS_PLATFORM_VERSION: 2.1.0
506506
Example Request:
507507

508508
```
509-
POST /v2/certs/foo/domains/ HTTP/1.1
509+
POST /v2/certs/foo/domain/ HTTP/1.1
510510
Host: deis.example.com
511511
Authorization: token abc123
512512
@@ -528,7 +528,7 @@ DEIS_PLATFORM_VERSION: 2.1.0
528528
Example Request:
529529

530530
```
531-
DELETE /v2/certs/foo/domains/test.com/ HTTP/1.1
531+
DELETE /v2/certs/foo/domain/test.com/ HTTP/1.1
532532
Host: deis.example.com
533533
Authorization: token abc123
534534
```

src/reference-guide/controller-api/v2.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ DEIS_PLATFORM_VERSION: 2.1.0
511511
Example Request:
512512

513513
```
514-
POST /v2/certs/foo/domains/ HTTP/1.1
514+
POST /v2/certs/foo/domain/ HTTP/1.1
515515
Host: deis.example.com
516516
Authorization: token abc123
517517
@@ -533,7 +533,7 @@ DEIS_PLATFORM_VERSION: 2.1.0
533533
Example Request:
534534

535535
```
536-
DELETE /v2/certs/foo/domains/test.com/ HTTP/1.1
536+
DELETE /v2/certs/foo/domain/test.com/ HTTP/1.1
537537
Host: deis.example.com
538538
Authorization: token abc123
539539
```

src/reference-guide/controller-api/v2.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ DEIS_PLATFORM_VERSION: 2.2.0
541541
Example Request:
542542

543543
```
544-
POST /v2/certs/foo/domains/ HTTP/1.1
544+
POST /v2/certs/foo/domain/ HTTP/1.1
545545
Host: deis.example.com
546546
Authorization: token abc123
547547
@@ -563,7 +563,7 @@ DEIS_PLATFORM_VERSION: 2.2.0
563563
Example Request:
564564

565565
```
566-
DELETE /v2/certs/foo/domains/test.com/ HTTP/1.1
566+
DELETE /v2/certs/foo/domain/test.com/ HTTP/1.1
567567
Host: deis.example.com
568568
Authorization: token abc123
569569
```

src/reference-guide/controller-api/v2.3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ DEIS_PLATFORM_VERSION: 2.3.0
541541
Example Request:
542542

543543
```
544-
POST /v2/certs/foo/domains/ HTTP/1.1
544+
POST /v2/certs/foo/domain/ HTTP/1.1
545545
Host: deis.example.com
546546
Authorization: token abc123
547547
@@ -563,7 +563,7 @@ DEIS_PLATFORM_VERSION: 2.3.0
563563
Example Request:
564564

565565
```
566-
DELETE /v2/certs/foo/domains/test.com/ HTTP/1.1
566+
DELETE /v2/certs/foo/domain/test.com/ HTTP/1.1
567567
Host: deis.example.com
568568
Authorization: token abc123
569569
```

0 commit comments

Comments
 (0)