redmine_track_control icon indicating copy to clipboard operation
redmine_track_control copied to clipboard

Version API returning 406 error

Open justnom opened this issue 10 years ago • 3 comments

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.

justnom avatar Aug 05 '15 14:08 justnom

+1

markedagain avatar Aug 12 '15 18:08 markedagain

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

markedagain avatar Oct 22 '15 15:10 markedagain

Have fixed it in my repo. versions_controller_patch.zip

fishermans avatar Feb 01 '16 19:02 fishermans