Fix tasks response in swagger

pull/11736/head
Brandon Farmer 2019-02-06 15:00:36 -08:00
parent 960f6882b7
commit bb8a724c6e
1 changed files with 8 additions and 1 deletions

View File

@ -3675,7 +3675,14 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/Tasks"
type: object
properties:
tasks:
type: array
items:
$ref: "#/components/schemas/Task"
links:
$ref: "#/components/schemas/Links"
default:
description: unexpected error
content: