diff --git a/api/openapi.yaml b/api/openapi.yaml index 16753fcb..c2f6b31d 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -300,7 +300,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Error' + $ref: '#/components/schemas/Error' /v2/job_definitions/{job_definition_id}/deploy: post: @@ -354,7 +354,7 @@ paths: in: path required: true schema: - type: string + type: string requestBody: description: Data for updating the task required: true @@ -374,7 +374,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Error' + $ref: '#/components/schemas/Error' delete: summary: Delete a specific task from job definition parameters: @@ -387,7 +387,7 @@ paths: in: path required: true schema: - type: string + type: string responses: '204': description: Successfully deleted the task from job definition. @@ -396,7 +396,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Error' + $ref: '#/components/schemas/Error' /v2/scheduler/jobs: get: @@ -423,11 +423,11 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Error' + $ref: '#/components/schemas/Error' /v2/scheduler/jobs/{job_id}: post: - summary: Manual Run a specific job + summary: Manual Run a specific job parameters: - name: job_id in: path @@ -460,7 +460,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Error' + $ref: '#/components/schemas/Error' /v2/scheduler/jobs/{job_id}/task_runs/{task_id}/download_files: get: @@ -654,7 +654,7 @@ paths: $ref: '#/components/schemas/DSFile' responses: '201': - description: File created + description: File created /files/{fileId}: get: @@ -868,13 +868,13 @@ components: externalLinks: type: array items: - type: string + type: string input_file_id: type: string output_file_id: type: string outputPreviewLink: - type: string + type: string output_formats: type: array items: @@ -886,7 +886,7 @@ components: taskTimeout: type: string showOutputInEmail: - type: boolean + type: boolean task_runs: type: array items: @@ -965,13 +965,13 @@ components: externalLinks: type: array items: - type: string + type: string input_file_id: type: string output_file_id: type: string outputPreviewLink: - type: string + type: string output_formats: type: array items: @@ -983,7 +983,7 @@ components: taskTimeout: type: string showOutputInEmail: - type: boolean + type: boolean task_runs: type: array items: @@ -1029,7 +1029,7 @@ components: output_formats: type: array items: - type: string + type: string runtimeProperties: type: object additionalProperties: @@ -1096,7 +1096,7 @@ components: kernelSpecVersion: type: string kernelProfileId: - type: string + type: string kernelProfileVersion: type: string namespaceId: @@ -1124,7 +1124,7 @@ components: taskTimeout: type: string showOutputInEmail: - type: boolean + type: boolean output_formats: type: array items: @@ -1144,17 +1144,17 @@ components: input_file_id: type: string active: - type: boolean + type: boolean status: type: string statusMessage: type: string input_file_path: - type: string + type: string externalLinks: type: array items: - type: string + type: string timezone: type: string job_definition_id: @@ -1164,9 +1164,9 @@ components: additionalProperties: type: string version: - type: string + type: string deploy_time: - type: integer + type: integer create_time: type: integer update_time: @@ -1301,7 +1301,7 @@ components: kernelSpecVersion: type: string kernelProfileId: - type: string + type: string kernelProfileVersion: type: string namespaceId: @@ -1343,7 +1343,7 @@ components: lastModifiedAt: type: string status: - type: string + type: string statusMessage: type: string input_file_id: @@ -1364,7 +1364,7 @@ components: kernelSpecVersion: type: string kernelProfileId: - type: string + type: string kernelProfileVersion: type: string status: @@ -1412,7 +1412,7 @@ components: update_time: type: string status: - type: string + type: string statusMessage: type: string input_file_id: