Skip to content

Commit eab54e2

Browse files
authored
Fixed examples (#154)
1 parent c79f809 commit eab54e2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

examples/microservice_configuration/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ paths:
3838
produces:
3939
- "application/json"
4040
responses:
41-
200:
41+
"200":
4242
description: "A list of colors (may be filtered by palette)"
4343
schema:
4444
$ref: '#/definitions/Example'
45-
405:
45+
"405":
4646
description: "Invalid input"
4747
definitions:
4848
Example:

examples/microservice_requests/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ paths:
3838
produces:
3939
- "application/json"
4040
responses:
41-
200:
41+
"200":
4242
description: "A list of colors (may be filtered by palette)"
4343
schema:
4444
$ref: '#/definitions/Example'
45-
405:
45+
"405":
4646
description: "Invalid input"
4747
definitions:
4848
Example:

examples/microservice_swagger/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ paths:
3838
produces:
3939
- "application/json"
4040
responses:
41-
200:
41+
"200":
4242
description: "A list of colors (may be filtered by palette)"
4343
schema:
4444
$ref: '#/definitions/Example'
45-
405:
45+
"405":
4646
description: "Invalid input"
4747
definitions:
4848
Example:

examples/microservice_tracer/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ paths:
3838
produces:
3939
- "application/json"
4040
responses:
41-
200:
41+
"200":
4242
description: "A list of colors (may be filtered by palette)"
4343
schema:
4444
$ref: '#/definitions/Example'
45-
405:
45+
"405":
4646
description: "Invalid input"
4747
definitions:
4848
Example:

0 commit comments

Comments
 (0)