From a8d7dc967ddc504c7ccafdabf0adbe81ccf961c2 Mon Sep 17 00:00:00 2001 From: Stephen Price Date: Wed, 8 Jul 2020 21:44:45 -0500 Subject: [PATCH] 201 response --- reference/devices.v1.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/devices.v1.yaml b/reference/devices.v1.yaml index 24e0df8..0fa2a69 100644 --- a/reference/devices.v1.yaml +++ b/reference/devices.v1.yaml @@ -43,7 +43,13 @@ paths: post: summary: newDevice tags: [] - responses: {} + responses: + '201': + description: Created + content: + application/json: + schema: + $ref: ../models/responseCode.v1.yaml operationId: post-api-devices description: Add new devices to the IOT cloud. security: