Skip to content

Commit

Permalink
fix typo in spec definition for run log
Browse files Browse the repository at this point in the history
Change 'WorkflowLog' to 'RunLog'.
  • Loading branch information
jaeddy committed Jul 9, 2018
1 parent fe30d21 commit aea8a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/workflow_execution_service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit aea8a7a

Please sign in to comment.