Skip to content

Commit 094aea4

Browse files
committed
docs(swagger): fix integtation result type
1 parent 92b2605 commit 094aea4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

api-docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,14 +1691,12 @@ paths:
16911691
get:
16921692
tags:
16931693
- integration
1694-
summary: Get Integration by ID
1694+
summary: Get Integration
16951695
responses:
16961696
200:
16971697
description: Integration Value
16981698
schema:
1699-
type: array
1700-
items:
1701-
$ref: "#/definitions/Integration"
1699+
$ref: "#/definitions/Integration"
17021700
put:
17031701
tags:
17041702
- integration

0 commit comments

Comments
 (0)