Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

"filter modifier" documentation uses . instead of _ #906

Copy link
Copy link
@cljponies

Description

@cljponies
Issue body actions

For example: https://polygon.io/docs/rest/options/contracts/all-contracts says:

underlying_ticker.gte
string
Search underlying_ticker for values that are greater than or equal to the given value.

when it should really be:

underlying_ticker_gte
string
Search underlying_ticker for values that are greater than or equal to the given value.

Other pages with similar error:
https://polygon.io/docs/rest/stocks/snapshots/unified-snapshot
https://polygon.io/docs/rest/options/snapshots/unified-snapshot

In general this doc bug occurs for ANY(?) query parameter (ticker, timestamp, strike_price, expiration_date, etc) that has a "filter modifier".

[Worse, I ran across python sample code in the docs that exhibited same error, but I can't seem to find that now.]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.