Skip to content

Commit 2fafe37

Browse files
authored
Update OpenAPISpecification.yaml
changed return type of getNumberOfInstances to number
1 parent ec31bbd commit 2fafe37

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

OpenAPISpecification.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,8 @@ paths:
129129
200:
130130
description: "successful operation"
131131
schema:
132-
type: "object"
133-
additionalProperties:
134-
type: "integer"
135-
format: "int32"
132+
type: "integer"
133+
format: "int32"
136134
400:
137135
description: "Invalid ID supplied"
138136
404:
@@ -190,4 +188,4 @@ definitions:
190188
properties:
191189
ID:
192190
type: "integer"
193-
format: "int64"
191+
format: "int64"

0 commit comments

Comments
 (0)