Skip to content

fix(polymarket): mark /markets as unauthenticated in OpenAPI spec#480

Merged
0237h merged 1 commit intomainfrom
fix/polymarket-markets-no-auth
Apr 16, 2026
Merged

fix(polymarket): mark /markets as unauthenticated in OpenAPI spec#480
0237h merged 1 commit intomainfrom
fix/polymarket-markets-no-auth

Conversation

@0237h
Copy link
Copy Markdown
Collaborator

@0237h 0237h commented Apr 16, 2026

Summary

The OpenAPI spec for /v1/polymarket/markets advertised bearerAuth, but the endpoint does not require authentication. Set security: [] to match actual behavior.

Changes

src/routes/polymarket/markets.ts: replace security: [{ bearerAuth: [] }] with security: [].


🤖 Generated with Claude Code

The OpenAPI spec advertised bearerAuth on this endpoint, but it does not
require authentication. Set security to an empty array to match actual
behavior.
@YaroShkvorets YaroShkvorets temporarily deployed to fix/polymarket-markets-no-auth - token-api PR #480 April 16, 2026 18:07 — with Render Destroyed
@0237h 0237h merged commit 2559e07 into main Apr 16, 2026
2 of 3 checks passed
@0237h 0237h deleted the fix/polymarket-markets-no-auth branch April 16, 2026 18:08
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.

2 participants