docs: more tweaks in remote API JSON formatting

Remote API docs tweaks. Some leading commas removed for JSON serialization. Also found an unclosed json section.

Signed-off-by: David Zwart <davidzwa@gmail.com>
This commit is contained in:
David Zwart 2024-03-26 19:45:04 +01:00 committed by Eric Callahan
parent 763d987309
commit 02144b472a
1 changed files with 3 additions and 2 deletions

View File

@ -6154,7 +6154,7 @@ An object containing stubbed OctoPrint login/user verification
"admin": true,
"apikey": null,
"permissions": [],
"groups": ["admins", "users"],
"groups": ["admins", "users"]
}
```
@ -6375,7 +6375,7 @@ An array of requested historical jobs:
"status": "completed",
"start_time": 1615764496.622146,
"total_duration": 18.37201827496756
},
}
]
}
```
@ -6424,6 +6424,7 @@ JSON-RPC request:
"method": "server.history.reset_totals",
"id": 5534
}
```
Returns: