docs: corrects canbus peripherals response example

Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
This commit is contained in:
Pedro Lamas 2024-03-13 14:32:59 +00:00 committed by Eric Callahan
parent affe196ff6
commit a3e4dac5fb
1 changed files with 6 additions and 1 deletions

View File

@ -2215,7 +2215,12 @@ GET /machine/peripherals/canbus?interface=can0
/// api-example-response
```json
{
"can_uuids": ["11AABBCCDD"]
"can_uuids": [
{
"uuid": "11AABBCCDD",
"application": "Klipper"
}
]
}
```
///