Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect formatting for com.atproto.label.queryLabels parameter description #283

Open
dead-claudia opened this issue Dec 4, 2024 · 0 comments

Comments

@dead-claudia
Copy link

In https://docs.bsky.app/docs/api/com-atproto-label-query-labels, the description for the uriPatterns parameter reads like this (formatting preserved):

List of AT URI patterns to match (boolean 'OR'). Each may be a prefix (ending with ''; will match inclusive of the string leading to ''), or a full URI.

It should really read as this:

List of AT URI patterns to match (boolean 'OR'). Each may be a prefix (ending with '*'; will match inclusive of the string leading to '*'), or a full URI.

Filing an issue here since I'm not sure if it's a docs generation bug or just incorrect formatting in the description. If it's not a bug in this repo, feel free to transfer it.

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

No branches or pull requests

1 participant