docs: corrects canbus peripherals response example
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
This commit is contained in:
parent
affe196ff6
commit
a3e4dac5fb
|
@ -2215,7 +2215,12 @@ GET /machine/peripherals/canbus?interface=can0
|
|||
/// api-example-response
|
||||
```json
|
||||
{
|
||||
"can_uuids": ["11AABBCCDD"]
|
||||
"can_uuids": [
|
||||
{
|
||||
"uuid": "11AABBCCDD",
|
||||
"application": "Klipper"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue