Skip to content

Commit

Permalink
fix typos in spec
Browse files Browse the repository at this point in the history
Correct indentation and naming bugs that are causing server
setup to fail during build tests.
  • Loading branch information
jaeddy committed Jul 9, 2018
1 parent db49950 commit e90fc07
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 @@ -403,7 +403,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 @@ -480,7 +480,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 workflow_run_list_response when receiving a successful workflow_run_list_request.
WorkflowLog:
WorkflowRunLog:
type: object
properties:
run_id:
Expand Down

0 comments on commit e90fc07

Please sign in to comment.