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
Example:
curl --silent 'http://localhost:3443/attempts?filter=%7B%22request_id%22%3A127747%7D&range=%5B0%2C49%5D&sort=%5B%22id%22%2C%22DESC%22%5D' | jq -r '.[].id'
This should return the highest id value first, but instead returns
133232 133233 133234 133235 133236 133237 133238 133239 133240 133241 133242 133243 133244 133245 133246 133247 133248 133249 133250 133251 133252 133253 133254 133255 133256 133257 133258 133259 133260 133261
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example:
This should return the highest id value first, but instead returns
The text was updated successfully, but these errors were encountered: