Skip to content

Commit

Permalink
Merge pull request #60 from krakend/grpc_method_description
Browse files Browse the repository at this point in the history
Improve gRPC methods description
  • Loading branch information
alombarte authored Jan 20, 2025
2 parents 57c3f19 + a0cecfb commit 387038c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v2.8/grpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"properties": {
"methods": {
"title": "Methods",
"description": "The gRPC methods available for this service (this is not related with HTTP methods despite using the same name).\n\nSee: https://www.krakend.io/docs/enterprise/grpc/server/",
"description": "The gRPC methods available for this service. The `methods` entry is the gRPC equivalent of the HTTP `endpoints`, meaning that the `backend` object under `methods` can use the same configuration as HTTP, including all its `extra_config` parameters.\n\nSee: https://www.krakend.io/docs/enterprise/grpc/server/",
"type": "array",
"items": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion v2.9/grpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"properties": {
"methods": {
"title": "Methods",
"description": "The gRPC methods available for this service (this is not related with HTTP methods despite using the same name).\n\nSee: https://www.krakend.io/docs/enterprise/grpc/server/",
"description": "The gRPC methods available for this service. The `methods` entry is the gRPC equivalent of the HTTP `endpoints`, meaning that the `backend` object under `methods` can use the same configuration as HTTP, including all its `extra_config` parameters.\n\nSee: https://www.krakend.io/docs/enterprise/grpc/server/",
"type": "array",
"items": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion v2.9/krakend.json
Original file line number Diff line number Diff line change
Expand Up @@ -3549,7 +3549,7 @@
"properties": {
"methods": {
"title": "Methods",
"description": "The gRPC methods available for this service (this is not related with HTTP methods despite using the same name).\n\nSee: https://www.krakend.io/docs/enterprise/grpc/server/",
"description": "The gRPC methods available for this service. The `methods` entry is the gRPC equivalent of the HTTP `endpoints`, meaning that the `backend` object under `methods` can use the same configuration as HTTP, including all its `extra_config` parameters.\n\nSee: https://www.krakend.io/docs/enterprise/grpc/server/",
"type": "array",
"items": {
"type": "object",
Expand Down

0 comments on commit 387038c

Please sign in to comment.