From 2bf0abcb9d2951c7b7903bd32563bba7732666d0 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 9 Nov 2016 14:37:34 +0000 Subject: [PATCH] Add missing tag to PUT /devices/{deviceId} --- api/client-server/device_management.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/client-server/device_management.yaml b/api/client-server/device_management.yaml index 2994f046..ddfbad85 100644 --- a/api/client-server/device_management.yaml +++ b/api/client-server/device_management.yaml @@ -111,6 +111,7 @@ paths: - in: body name: body required: true + description: New information for the device. schema: type: object properties: @@ -130,6 +131,8 @@ paths: type: object # empty json object 404: description: The current user has no device with the given ID. + tags: + - Device management delete: summary: Delete a device description: |-