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

Commit f033c5b

Browse files
authored
Update factory-automation.yaml
1 parent 2804646 commit f033c5b

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

tutorial-demos/sapigee/specs/factory-automation.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -163,25 +163,7 @@ paths:
163163
$ref: '#/components/schemas/MachineReading'
164164
responses:
165165
'201':
166-
description: item updated
167-
'/vision':
168-
post:
169-
summary: Analyzes the posted image using cloud vision AI and returns the labels and scores of the objects found in the image.
170-
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 device reading reporting using a camera to capture data.
171-
requestBody:
172-
description: 'Image object to analyze'
173-
required: true
174-
content:
175-
application/json:
176-
schema:
177-
$ref: '#/components/schemas/ImageRequest'
178-
responses:
179-
'200':
180-
description: "Successful response"
181-
content:
182-
application/json:
183-
schema:
184-
$ref: '#/components/schemas/ImageResponse'
166+
description: item updated
185167
components:
186168
securitySchemes:
187169
ApiKeyAuth:

0 commit comments

Comments
 (0)