mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-16 16:56:56 +08:00
Update API.md
This commit is contained in:
parent
76679b1da4
commit
ffa49c8634
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue