mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 04:38:21 +00:00
Fixing broken tests by making version parameter optional in get file data endpoint
This commit is contained in:
parent
d5c91e575f
commit
e5e7eb3dd3
@ -458,7 +458,7 @@ paths:
|
||||
responses:
|
||||
'204':
|
||||
description: The file has been removed.
|
||||
/file/{file_id}/data/{version}:
|
||||
/file/{file_id}/data:
|
||||
parameters:
|
||||
- name: file_id
|
||||
in: path
|
||||
@ -467,7 +467,7 @@ paths:
|
||||
schema:
|
||||
type: integer
|
||||
- name: version
|
||||
in: path
|
||||
in: query
|
||||
required: false
|
||||
description: The version of the file, or none for latest version
|
||||
schema:
|
||||
|
Loading…
x
Reference in New Issue
Block a user