Skip to content

Commit

Permalink
Fixed examples (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
avara1986 committed Sep 27, 2020
1 parent c79f809 commit eab54e2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/microservice_configuration/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ paths:
produces:
- "application/json"
responses:
200:
"200":
description: "A list of colors (may be filtered by palette)"
schema:
$ref: '#/definitions/Example'
405:
"405":
description: "Invalid input"
definitions:
Example:
Expand Down
4 changes: 2 additions & 2 deletions examples/microservice_requests/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ paths:
produces:
- "application/json"
responses:
200:
"200":
description: "A list of colors (may be filtered by palette)"
schema:
$ref: '#/definitions/Example'
405:
"405":
description: "Invalid input"
definitions:
Example:
Expand Down
4 changes: 2 additions & 2 deletions examples/microservice_swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ paths:
produces:
- "application/json"
responses:
200:
"200":
description: "A list of colors (may be filtered by palette)"
schema:
$ref: '#/definitions/Example'
405:
"405":
description: "Invalid input"
definitions:
Example:
Expand Down
4 changes: 2 additions & 2 deletions examples/microservice_tracer/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ paths:
produces:
- "application/json"
responses:
200:
"200":
description: "A list of colors (may be filtered by palette)"
schema:
$ref: '#/definitions/Example'
405:
"405":
description: "Invalid input"
definitions:
Example:
Expand Down

0 comments on commit eab54e2

Please sign in to comment.