No description
Find a file
2025-10-20 04:05:10 +00:00
README.md Update README.md 2025-10-20 04:05:10 +00:00

Not respecting limit parameter

Run

curl \
    -X 'GET' \
    'https://v14.next.forgejo.org/api/v1/repos/Cyborus/commit-status-test/statuses/daf912cc052a39688847324b3252de41f96a5815?limit=1' \
    -H 'accept: application/json' | 
jq length

and notice that the limit parameter is set to 1, but the length is 2