redmine_track_control
redmine_track_control copied to clipboard
Version API returning 406 error
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.
+1
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