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 07bf5c5 commit 3ea82d6Copy full SHA for 3ea82d6
scripts/specs/format.ts
@@ -104,7 +104,7 @@ export async function transformBundle({
104
}
105
106
// skip custom path for cURL
107
- if (pathKey !== '/{path}') {
+ if (pathKey !== '/{path}' && specMethod['x-codeSamples']) {
108
const harRequest = harRequests.find((baseHarRequest) =>
109
baseHarRequest.url.includes(pathKey.replace('{indexName}', 'ALGOLIA_INDEX_NAME')),
110
);
0 commit comments