Skip to content

Commit

Permalink
Regenerate files (#1676)
Browse files Browse the repository at this point in the history
These were overwritten by mistake in a recent merge
  • Loading branch information
johanbrandhorst authored Sep 18, 2020
1 parent 141dba3 commit 9b1ed6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ paths:
schema:
$ref: "#/definitions/examplepbGenerateUnboundMethodsSimpleMessage"
default:
description: "An unexpected error response"
description: "An unexpected error response."
schema:
$ref: "#/definitions/runtimeError"
/grpc.gateway.examples.internal.examplepb.GenerateUnboundMethodsEchoService/EchoBody:
Expand All @@ -53,7 +53,7 @@ paths:
schema:
$ref: "#/definitions/examplepbGenerateUnboundMethodsSimpleMessage"
default:
description: "An unexpected error response"
description: "An unexpected error response."
schema:
$ref: "#/definitions/runtimeError"
/grpc.gateway.examples.internal.examplepb.GenerateUnboundMethodsEchoService/EchoDelete:
Expand All @@ -75,7 +75,7 @@ paths:
schema:
$ref: "#/definitions/examplepbGenerateUnboundMethodsSimpleMessage"
default:
description: "An unexpected error response"
description: "An unexpected error response."
schema:
$ref: "#/definitions/runtimeError"
definitions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"default": {
"description": "An unexpected error response",
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/runtimeError"
}
Expand Down Expand Up @@ -58,7 +58,7 @@
}
},
"default": {
"description": "An unexpected error response",
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/runtimeError"
}
Expand Down Expand Up @@ -91,7 +91,7 @@
}
},
"default": {
"description": "An unexpected error response",
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/runtimeError"
}
Expand Down

0 comments on commit 9b1ed6b

Please sign in to comment.