No description
| README.md | ||
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