From d0f7111fb8c696306caf6eeba9ffe53bd8ae39a2 Mon Sep 17 00:00:00 2001 From: Tobias Ullerich <thinkdifferent055@gmail.com> Date: Wed, 14 Oct 2020 21:31:54 +0200 Subject: [PATCH] Fix indention issues in openapi documentation --- docs/api.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/api.yml b/docs/api.yml index 31e18a5..b9b3e80 100644 --- a/docs/api.yml +++ b/docs/api.yml @@ -77,12 +77,12 @@ paths: application/json: schema: $ref: '#/components/schemas/SuccessResponse' - default: - description: error response - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorResponse' + default: + description: error response + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' /device/{deviceID}/sensors: get: tags: @@ -190,12 +190,12 @@ paths: application/json: schema: $ref: '#/components/schemas/SuccessResponse' - default: - description: error response - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorResponse' + default: + description: error response + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' /sensor/{sensorID}/measurements: get: tags: @@ -429,12 +429,12 @@ paths: application/json: schema: $ref: '#/components/schemas/SuccessResponse' - default: - description: error response - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorResponse' + default: + description: error response + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' /measurement: post: tags: -- GitLab