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
Redmine version: Redmine 2.6.5.stable.14300
When the versions API is called - it returns a 406 error - even with all permissions enabled and using an administrator account.
Example:
curl -I -H "X-Redmine-API-Key: xxx" https://my-redmine.com/projects/best-project/versions.json
Judging by the 406 error code I tried setting the Accept and Content-Type headers to application/json and still received the same error.
Accept
Content-Type
application/json
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
anybody get a chance to look into this? this issue stops us from being able to use the plugin since we do alot of api calls to the system
Have fixed it in my repo. versions_controller_patch.zip
No branches or pull requests
Redmine version: Redmine 2.6.5.stable.14300
When the versions API is called - it returns a 406 error - even with all permissions enabled and using an administrator account.
Example:
Judging by the 406 error code I tried setting the
Accept
andContent-Type
headers toapplication/json
and still received the same error.The text was updated successfully, but these errors were encountered: