docs: fix API documentation for [octoprint_compat]
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
083d63568c
commit
978fcffab5
|
@ -1454,9 +1454,6 @@ Currently we support Slic3r derivatives and Cura with Cura-Octoprint.
|
||||||
- HTTP command:\
|
- HTTP command:\
|
||||||
`GET /api/login`
|
`GET /api/login`
|
||||||
|
|
||||||
- HTTP command:\
|
|
||||||
`GET /api/server`
|
|
||||||
|
|
||||||
- Returns:\
|
- Returns:\
|
||||||
An object containing stubbed Octoprint login/user verification
|
An object containing stubbed Octoprint login/user verification
|
||||||
```json
|
```json
|
||||||
|
@ -1475,7 +1472,7 @@ Currently we support Slic3r derivatives and Cura with Cura-Octoprint.
|
||||||
|
|
||||||
### Get settings
|
### Get settings
|
||||||
- HTTP command:\
|
- HTTP command:\
|
||||||
`GET /api/server`
|
`GET /api/settings`
|
||||||
|
|
||||||
- Returns:\
|
- Returns:\
|
||||||
An object containing stubbed Octoprint settings.
|
An object containing stubbed Octoprint settings.
|
||||||
|
|
Loading…
Reference in New Issue