20 lines
309 B
YAML
20 lines
309 B
YAML
|
Updates a device configuration
|
||
|
---
|
||
|
tags:
|
||
|
- Device
|
||
|
- Configuration
|
||
|
parameters:
|
||
|
- in: path
|
||
|
name: device_id
|
||
|
required: true
|
||
|
type: integer
|
||
|
description: Id of the device
|
||
|
- in: body
|
||
|
name: body
|
||
|
required: true
|
||
|
schema:
|
||
|
type: object
|
||
|
responses:
|
||
|
204:
|
||
|
description: Success
|