Remove extra colons

This commit is contained in:
Joshua Boniface 2019-07-27 16:10:44 -04:00
parent e2f153c3b1
commit 2f186f9d67
1 changed files with 4 additions and 4 deletions

View File

@ -46,13 +46,13 @@ Return a JSON `message` containing the API description with HTTP return code 209
#### `/api/v1/auth/login`
* Methods: `GET`, `POST`
###### `GET`:
###### `GET`
* Mandatory values: N/A
* Optional values: N/A
Return an HTTP login form accepting a token to authorize a Flask session.
###### `POST`:
###### `POST`
* Mandatory values: `token`
* Optional values: N/A
@ -94,13 +94,13 @@ Return a JSON document containing information about `<node>`. The output is iden
#### `/api/v1/node/<node>/coordinator-state`
* Methods: `GET`, `POST`
###### `GET`:
###### `GET`
* Mandatory values: N/A
* Optional values: N/A
Return the coordinator state of `<node>`.
###### `POST`:
###### `POST`
* Mandatory values: `coordinator-state`
* Optional values: N/A