mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 08:34:47 +08:00
Merge branch 'feature_v0.2_apidocs' of https://github.com/gravitl/netmaker into feature_v0.2_apidocs
This commit is contained in:
commit
3e7759e532
1 changed files with 6 additions and 0 deletions
|
@ -15,11 +15,17 @@ In general, requests will take the format of `curl -H "Authorization: Bearer <YO
|
|||
## NETWORKS
|
||||
|
||||
**Get All Networks:** `/api/networks`, `GET`
|
||||
|
||||
**Create Network:** `/api/network`, `POST`
|
||||
|
||||
**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
|
||||
|
||||
|
|
Loading…
Reference in a new issue