diff --git a/discovery/token/README.md b/discovery/token/README.md index e76d4eeebf..78d6cc7f2c 100644 --- a/discovery/token/README.md +++ b/discovery/token/README.md @@ -10,11 +10,11 @@ The discovery service is still in alpha stage and currently hosted at `https://d `<- ` #####Add new nodes to a cluster -`-> POST https://discovery-stage.hub.docker.com/v1/clusters/ (data="")` +`-> POST https://discovery-stage.hub.docker.com/v1/clusters/ Request body: ":"` `<- OK` -`-> POST https://discovery-stage.hub.docker.com/v1/clusters/ (data="")` +`-> POST https://discovery-stage.hub.docker.com/v1/clusters/ Request body: ":")` `<- OK` @@ -22,7 +22,7 @@ The discovery service is still in alpha stage and currently hosted at `https://d #####List nodes in a cluster `-> GET https://discovery-stage.hub.docker.com/v1/clusters/` -`<- ["", ""]` +`<- [":", ":"]` #####Delete a cluster (all the nodes in a cluster)