Skip to content

Remove Basic auth from start-redis API playground - #795

Open
CahidArda wants to merge 1 commit into
mainfrom
fix/start-redis-playground-auth
Open

Remove Basic auth from start-redis API playground#795
CahidArda wants to merge 1 commit into
mainfrom
fix/start-redis-playground-auth

Conversation

@CahidArda

Copy link
Copy Markdown
Contributor

The start-redis endpoints are unauthenticated, but the playground showed a Basic auth form. authMethod: "none" is not enough on its own: when a page has empty security, the Mintlify playground falls back to the global api.mdx.auth config and injects it anyway.

  • docs.json: drop the global api.mdx.auth default. Every MDX api page (vector/api/endpoints, start-redis) declares its own authMethod, and the rest of the Developer API takes security from openapi.yaml.
  • start-redis pages: add authMethod: "none".
  • vector fetch/fetch-random/range: fix invalid authMethod: "GET" to "bearer" (the typo was masked by the same fallback, showing Basic auth instead of Bearer).

The start-redis endpoints are unauthenticated, but the playground showed a
Basic auth form. authMethod: "none" is not enough on its own: when a page
has empty security, the Mintlify playground falls back to the global
api.mdx.auth config and injects it anyway.

- docs.json: drop the global api.mdx.auth default. Every MDX api page
  (vector/api/endpoints, start-redis) declares its own authMethod, and the
  rest of the Developer API takes security from openapi.yaml.
- start-redis pages: add authMethod: "none".
- vector fetch/fetch-random/range: fix invalid authMethod: "GET" to
  "bearer" (the typo was masked by the same fallback, showing Basic auth
  instead of Bearer).
@mintlify

mintlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
upstash 🟢 Ready View Preview Aug 27, 2026, 2:26 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@context7

context7 Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Docs7 for upstash.com

Build Commit Updated (UTC)
Ready (open preview) 54f22ee 2026-08-27 14:29

Open build details

Review

Broken links (7)

  • devops/developer-api/start-redis/create.mdx:70 — External link https://example-123456.upstash.io did not resolve ENOTFOUND ; placeholder example endpoint
  • devops/developer-api/start-redis/create.mdx:72 — External link https://upstash.com/start-redis/metrics/3b1f7c2e-9d4a-4c8b-a1e5-6f2d8e9c0b47 returned 404; example URL
  • devops/developer-api/start-redis/metrics.mdx:4 — External link https://upstash.com/start-redis/metrics/{id} returned 404; API path template
  • devops/developer-api/start-redis/metrics.mdx — External link https://upstash.com/start-redis/metrics/ returned 404; template base URL
  • vector/api/endpoints/fetch-random.mdx:4 — External link https://{endpoint}/random/{namespace} did not resolve ENOTFOUND ; API path template
  • vector/api/endpoints/fetch.mdx:4 — External link https://{endpoint}/fetch/{namespace} did not resolve ENOTFOUND ; API path template
  • vector/api/endpoints/range.mdx:4 — External link https://{endpoint}/range/{namespace} did not resolve ENOTFOUND ; API path template

Build health issues (1)

  • docs.json:2274 — Background image "/background.png" does not exist in the repository and cannot be published

Open this review on Docs7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant