File tree Expand file tree Collapse file tree
src/reference-guide/controller-api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ DEIS_PLATFORM_VERSION: 2.1.0
506506Example Request:
507507
508508```
509- POST /v2/certs/foo/domains / HTTP/1.1
509+ POST /v2/certs/foo/domain / HTTP/1.1
510510Host: deis.example.com
511511Authorization: token abc123
512512
@@ -528,7 +528,7 @@ DEIS_PLATFORM_VERSION: 2.1.0
528528Example 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
532532Host: deis.example.com
533533Authorization: token abc123
534534```
Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ DEIS_PLATFORM_VERSION: 2.1.0
511511Example Request:
512512
513513```
514- POST /v2/certs/foo/domains / HTTP/1.1
514+ POST /v2/certs/foo/domain / HTTP/1.1
515515Host: deis.example.com
516516Authorization: token abc123
517517
@@ -533,7 +533,7 @@ DEIS_PLATFORM_VERSION: 2.1.0
533533Example 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
537537Host: deis.example.com
538538Authorization: token abc123
539539```
Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ DEIS_PLATFORM_VERSION: 2.2.0
541541Example Request:
542542
543543```
544- POST /v2/certs/foo/domains / HTTP/1.1
544+ POST /v2/certs/foo/domain / HTTP/1.1
545545Host: deis.example.com
546546Authorization: token abc123
547547
@@ -563,7 +563,7 @@ DEIS_PLATFORM_VERSION: 2.2.0
563563Example 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
567567Host: deis.example.com
568568Authorization: token abc123
569569```
Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ DEIS_PLATFORM_VERSION: 2.3.0
541541Example Request:
542542
543543```
544- POST /v2/certs/foo/domains / HTTP/1.1
544+ POST /v2/certs/foo/domain / HTTP/1.1
545545Host: deis.example.com
546546Authorization: token abc123
547547
@@ -563,7 +563,7 @@ DEIS_PLATFORM_VERSION: 2.3.0
563563Example 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
567567Host: deis.example.com
568568Authorization: token abc123
569569```
You can’t perform that action at this time.
0 commit comments