Skip to content

Commit

Permalink
fix return of port and flow results
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbalogh committed Oct 7, 2020
1 parent 01d2554 commit 853fc70
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ paths:
content:
application/json:
schema:
$ref: '../result/port.yaml#/components/schemas/Result.Port'
type: array
items:
$ref: '../result/port.yaml#/components/schemas/Result.Port'

/results/capture:
description: >-
Expand Down Expand Up @@ -144,6 +146,8 @@ paths:
content:
application/json:
schema:
$ref: '../result/flow.yaml#/components/schemas/Result.Flow'
type: array
items:
$ref: '../result/flow.yaml#/components/schemas/Result.Flow'


0 comments on commit 853fc70

Please sign in to comment.