Study ID is an integer. Task ID is a string.

This commit is contained in:
Aaron Louie 2020-02-03 22:29:41 -05:00
parent 0368657549
commit e717c25a25
1 changed files with 2 additions and 2 deletions

View File

@ -295,13 +295,13 @@ paths:
required: false
description: The unique id of a study
schema:
type: string
type: integer
- name: task_id
in: query
required: false
description: The unique id of a workflow task
schema:
type: integer
type: string
get:
operationId: crc.api.file.get_files
summary: Provides a list of files that match the given parameters (such as a spec id) IMPORTANT, only includes metadata, not the file content.