Browse Source

Update API.md

Alex 4 years ago
parent
commit
ffa49c8634
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/API.md

+ 3 - 0
docs/API.md

@@ -21,8 +21,11 @@ In general, requests will take the format of `curl -H "Authorization: Bearer <YO
 **Get Network:** `/api/networks/{network id}`, `GET`  
 **Get Network:** `/api/networks/{network id}`, `GET`  
   
   
 **Update Network:** `/api/networks/{network id}`, `PUT`  
 **Update Network:** `/api/networks/{network id}`, `PUT`  
+  
 **Delete Network:** `/api/networks/{network id}`, `DELETE`  
 **Delete Network:** `/api/networks/{network id}`, `DELETE`  
+  
 **Cycle PublicKeys on all Nodes:** `/api/networks/{network id}/keyupdate`, `POST`  
 **Cycle PublicKeys on all Nodes:** `/api/networks/{network id}/keyupdate`, `POST`  
+  
 
 
 ### Network  API Call Examples
 ### Network  API Call Examples