We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d6492 commit 30b246fCopy full SHA for 30b246f
packages/fern-docs/bundle/src/components/playground/endpoint/PlaygroundEndpoint.tsx
@@ -141,6 +141,7 @@ export const PlaygroundEndpoint = ({
141
shape: endpoint.requests?.[0]?.body,
142
body: formState.body,
143
usesApplicationJsonInFormDataValue,
144
+ protocol: endpoint.protocol,
145
}),
146
};
147
if (endpoint.responses?.[0]?.body.type === "stream") {
0 commit comments