mirror of
https://github.com/0x1d/rcond.git
synced 2025-12-14 18:25:21 +01:00
docs: update readme
This commit is contained in:
@@ -76,7 +76,8 @@ All endpoints except `/health` require authentication via an API token passed in
|
|||||||
| Method | Path | Description |
|
| Method | Path | Description |
|
||||||
|---------|-------------------------------------|-----------------------------------------|
|
|---------|-------------------------------------|-----------------------------------------|
|
||||||
| GET | `/health` | Health check endpoint |
|
| GET | `/health` | Health check endpoint |
|
||||||
| POST | `/network/ap` | Create and activate a WiFi access point |
|
| POST | `/network/ap` | Create a WiFi access point |
|
||||||
|
| POST | `/network/sta` | Connect to a WiFi access point |
|
||||||
| PUT | `/network/interface/{interface}` | Activate a connection |
|
| PUT | `/network/interface/{interface}` | Activate a connection |
|
||||||
| DELETE | `/network/interface/{interface}` | Deactivate a connection |
|
| DELETE | `/network/interface/{interface}` | Deactivate a connection |
|
||||||
| DELETE | `/network/connection/{uuid}` | Remove a connection |
|
| DELETE | `/network/connection/{uuid}` | Remove a connection |
|
||||||
|
|||||||
Reference in New Issue
Block a user