From aea8a7aaa2c7154e4199e14f18f04ff656ecf3c5 Mon Sep 17 00:00:00 2001 From: James Eddy Date: Mon, 9 Jul 2018 09:06:15 -0700 Subject: [PATCH] fix typo in spec definition for run log Change 'WorkflowLog' to 'RunLog'. --- openapi/workflow_execution_service.swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/workflow_execution_service.swagger.yaml b/openapi/workflow_execution_service.swagger.yaml index adef93cb..6c842e93 100644 --- a/openapi/workflow_execution_service.swagger.yaml +++ b/openapi/workflow_execution_service.swagger.yaml @@ -349,7 +349,7 @@ definitions: description: |- A web page URL with information about how to get an authorization token necessary to use a specific endpoint. - contact_info: + contact_info: type: string description: |- An email address or web page URL with contact information @@ -426,7 +426,7 @@ definitions: A token which may be supplied as "page_token" in workflow run list request to get the next page of results. An empty string indicates there are no more items to return. description: The service will return a RunListResponse when receiving a successful RunListRequest. - WorkflowLog: + RunLog: type: object properties: run_id: