Explorar o código

Update API.md

Alex %!s(int64=4) %!d(string=hai) anos
pai
achega
ffa49c8634
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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`  
   
 **Update Network:** `/api/networks/{network id}`, `PUT`  
+  
 **Delete Network:** `/api/networks/{network id}`, `DELETE`  
+  
 **Cycle PublicKeys on all Nodes:** `/api/networks/{network id}/keyupdate`, `POST`  
+  
 
 ### Network  API Call Examples