Update API.md

This commit is contained in:
Alex 2021-04-13 16:21:28 -04:00 committed by GitHub
parent 76679b1da4
commit ffa49c8634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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