Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 2804646

Browse files
authored
Update energy-management.yaml
1 parent ce9f888 commit 2804646

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

tutorial-demos/sapigee/specs/energy-management.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -168,25 +168,7 @@ paths:
168168
$ref: '#/components/schemas/MeterReading'
169169
responses:
170170
'201':
171-
description: item updated
172-
'/vision':
173-
post:
174-
summary: Analyzes the posted image using cloud vision AI and returns the labels and scores of the objects found in the image.
175-
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.
176-
requestBody:
177-
description: 'Image object to analyze'
178-
required: true
179-
content:
180-
application/json:
181-
schema:
182-
$ref: '#/components/schemas/ImageRequest'
183-
responses:
184-
'200':
185-
description: "Successful response"
186-
content:
187-
application/json:
188-
schema:
189-
$ref: '#/components/schemas/ImageResponse'
171+
description: item updated
190172
components:
191173
securitySchemes:
192174
ApiKeyAuth:

0 commit comments

Comments
 (0)