|
|
@ -111,6 +111,7 @@ paths:
|
|
|
|
- in: body
|
|
|
|
- in: body
|
|
|
|
name: body
|
|
|
|
name: body
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
|
|
|
|
description: New information for the device.
|
|
|
|
schema:
|
|
|
|
schema:
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
@ -130,6 +131,8 @@ paths:
|
|
|
|
type: object # empty json object
|
|
|
|
type: object # empty json object
|
|
|
|
404:
|
|
|
|
404:
|
|
|
|
description: The current user has no device with the given ID.
|
|
|
|
description: The current user has no device with the given ID.
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- Device management
|
|
|
|
delete:
|
|
|
|
delete:
|
|
|
|
summary: Delete a device
|
|
|
|
summary: Delete a device
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|