We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7001e commit 7ceb820Copy full SHA for 7ceb820
README.md
@@ -91,7 +91,7 @@ option (oapi.v1.file) = {
91
service MyService {
92
option (oapi.v1.service) = {
93
prefix: "/v1"
94
- display_name: "My Service"
+ x_display_name: "My Service"
95
};
96
97
rpc CreateSomething (CreateSomethingRequest) returns (CreateSomethingResponse) {
0 commit comments