Skip to content

Commit 86bc2d3

Browse files
author
Alexandre Krispin
committed
Fix return values
1 parent f948220 commit 86bc2d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

swagger.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3977,7 +3977,8 @@ paths:
39773977
'200':
39783978
description: Get default root certificate successfully.
39793979
schema:
3980-
type: file
3980+
type: string
3981+
format: binary
39813982
headers:
39823983
Content-Disposition:
39833984
description: To set the filename of the downloaded file.
@@ -5864,7 +5865,8 @@ paths:
58645865
'200':
58655866
description: Data file containing the export data
58665867
schema:
5867-
type: file
5868+
type: string
5869+
format: binary
58685870
headers:
58695871
Content-Disposition:
58705872
type: string
@@ -8514,6 +8516,7 @@ definitions:
85148516
description: The webhook job notify type.
85158517
status:
85168518
type: string
8519+
format: binary
85178520
description: The webhook job status.
85188521
job_detail:
85198522
type: string

0 commit comments

Comments
 (0)