From 2804646836a12ce024cf41cbf588249a0f956ffa Mon Sep 17 00:00:00 2001 From: Tyler Ayers Date: Thu, 29 Apr 2021 15:19:02 +0200 Subject: [PATCH] Update energy-management.yaml --- .../sapigee/specs/energy-management.yaml | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/tutorial-demos/sapigee/specs/energy-management.yaml b/tutorial-demos/sapigee/specs/energy-management.yaml index 8069963f..dc2fbf5c 100644 --- a/tutorial-demos/sapigee/specs/energy-management.yaml +++ b/tutorial-demos/sapigee/specs/energy-management.yaml @@ -168,25 +168,7 @@ paths: $ref: '#/components/schemas/MeterReading' responses: '201': - description: item updated - '/vision': - post: - summary: Analyzes the posted image using cloud vision AI and returns the labels and scores of the objects found in the image. - description: Analyzes the posted image using cloud vision AI and returns the labels and scores of the objects found in the image. Used in combination with meter reading reporting using a camera to capture data. - requestBody: - description: 'Image object to analyze' - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/ImageRequest' - responses: - '200': - description: "Successful response" - content: - application/json: - schema: - $ref: '#/components/schemas/ImageResponse' + description: item updated components: securitySchemes: ApiKeyAuth: