Skip to content

Commit 9b1ed6b

Browse files
Regenerate files (#1676)
These were overwritten by mistake in a recent merge
1 parent 141dba3 commit 9b1ed6b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/internal/clients/generateunboundmethods/api/swagger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ paths:
3131
schema:
3232
$ref: "#/definitions/examplepbGenerateUnboundMethodsSimpleMessage"
3333
default:
34-
description: "An unexpected error response"
34+
description: "An unexpected error response."
3535
schema:
3636
$ref: "#/definitions/runtimeError"
3737
/grpc.gateway.examples.internal.examplepb.GenerateUnboundMethodsEchoService/EchoBody:
@@ -53,7 +53,7 @@ paths:
5353
schema:
5454
$ref: "#/definitions/examplepbGenerateUnboundMethodsSimpleMessage"
5555
default:
56-
description: "An unexpected error response"
56+
description: "An unexpected error response."
5757
schema:
5858
$ref: "#/definitions/runtimeError"
5959
/grpc.gateway.examples.internal.examplepb.GenerateUnboundMethodsEchoService/EchoDelete:
@@ -75,7 +75,7 @@ paths:
7575
schema:
7676
$ref: "#/definitions/examplepbGenerateUnboundMethodsSimpleMessage"
7777
default:
78-
description: "An unexpected error response"
78+
description: "An unexpected error response."
7979
schema:
8080
$ref: "#/definitions/runtimeError"
8181
definitions:

examples/internal/proto/examplepb/generate_unbound_methods.swagger.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"default": {
28-
"description": "An unexpected error response",
28+
"description": "An unexpected error response.",
2929
"schema": {
3030
"$ref": "#/definitions/runtimeError"
3131
}
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"default": {
61-
"description": "An unexpected error response",
61+
"description": "An unexpected error response.",
6262
"schema": {
6363
"$ref": "#/definitions/runtimeError"
6464
}
@@ -91,7 +91,7 @@
9191
}
9292
},
9393
"default": {
94-
"description": "An unexpected error response",
94+
"description": "An unexpected error response.",
9595
"schema": {
9696
"$ref": "#/definitions/runtimeError"
9797
}

0 commit comments

Comments
 (0)