This is an automated email from the ASF dual-hosted git repository. skperez pushed a commit to branch SDAP-493 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit fbad6b72bf649709cdb51152d49f65bf0a7c4cac Author: skorper <[email protected]> AuthorDate: Mon Sep 25 15:48:01 2023 -0700 rename to executionId --- analysis/webservice/apidocs/openapi.yml | 4 ++-- analysis/webservice/webmodel/NexusExecutionResults.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/analysis/webservice/apidocs/openapi.yml b/analysis/webservice/apidocs/openapi.yml index dc6fdb4..f5c57a3 100644 --- a/analysis/webservice/apidocs/openapi.yml +++ b/analysis/webservice/apidocs/openapi.yml @@ -684,7 +684,7 @@ paths: - in: query name: id description: | - The job execution ID + The execution ID required: true schema: type: string @@ -702,7 +702,7 @@ paths: - in: query name: id description: | - The job execution ID + The execution ID required: true schema: type: string diff --git a/analysis/webservice/webmodel/NexusExecutionResults.py b/analysis/webservice/webmodel/NexusExecutionResults.py index 7cf9abb..c80914d 100644 --- a/analysis/webservice/webmodel/NexusExecutionResults.py +++ b/analysis/webservice/webmodel/NexusExecutionResults.py @@ -40,7 +40,7 @@ def construct_job_status(job_state, created, updated, execution_id, params, host 'rel': 'self' }], 'params': params, - 'jobID': execution_id + 'executionID': execution_id }
