We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GET /api/v2/admin/accounts
role_ids[] works as an array parameter
only role_ids is accepted with a single value
latest commits
Additional thing worth mentioning: regular users seem to have a role of -99 which I cannot seem to search for.
-99
The text was updated successfully, but these errors were encountered:
Fix role_ids not accepting arrays in admin API
role_ids
e31c379
Fix #19157
Fix role_ids not accepting arrays in admin API (#20625)
167d86d
Fix role_ids not accepting arrays in admin API (mastodon#20625)
8b46e59
Fix mastodon#19157
Successfully merging a pull request may close this issue.
Steps to reproduce the problem
GET /api/v2/admin/accounts
Expected behaviour
role_ids[] works as an array parameter
Actual behaviour
only role_ids is accepted with a single value
Specifications
latest commits
Additional thing worth mentioning: regular users seem to have a role of
-99
which I cannot seem to search for.The text was updated successfully, but these errors were encountered: