diff --git a/v2.8/grpc.json b/v2.8/grpc.json index 526e619..70bb149 100644 --- a/v2.8/grpc.json +++ b/v2.8/grpc.json @@ -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", diff --git a/v2.9/grpc.json b/v2.9/grpc.json index 8ec8aad..c42eb25 100644 --- a/v2.9/grpc.json +++ b/v2.9/grpc.json @@ -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", diff --git a/v2.9/krakend.json b/v2.9/krakend.json index a5ce044..19fd234 100644 --- a/v2.9/krakend.json +++ b/v2.9/krakend.json @@ -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",