I hate markdown
This commit is contained in:
giomba 2021-03-06 17:24:29 +01:00
parent 562f840eba
commit 4973c87e6b
1 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@
| /users | POST | ```{ "name": "johndoe" }``` | create new user |
| /gateways | GET | | get list of gateways |
| /gateways | POST | ```{ "name": "fqdn.domain.tld", "user": "johndoe" }``` | create new gateway for user |
| /gateway/<fqdn> | GET | | get info about gateway |
| /gateway/<fqdn> | DELETE | | delete gateway |
| /gateway/<fqdn>/config | GET | | get client config file for gateway |
| /gateway/$fqdn | GET | | get info about gateway |
| /gateway/$fqdn | DELETE | | delete gateway |
| /gateway/$fqdn/config | GET | | get client config file for gateway |