-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
With ConnectRPC requests, RPC methods that include the Empty type still require the request body to include {}
. This protoc plugin generates OpenAPIv3 spec that doesn't include requestBody
. This is breaking Swagger/Stoplight Element UI for me.
Also, unless I have something configured incorrectly, Connect folds XValue
types such as StringValue
into a single string in requests. For example, instead of {"value": "hello"}
connect expects "hello"
.
Metadata
Metadata
Assignees
Labels
No labels