diff --git a/crc/api.yml b/crc/api.yml index 8d01a332..65a9a7b9 100644 --- a/crc/api.yml +++ b/crc/api.yml @@ -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: