Cannot add ssh key for user using Gitlab API
Created by: hicolour
I'm trying to add key for user and I'm getting 404, all other operations like adding user and so on works correctly
curl --request POST 'http://...../api/v3/users/:id/keys' --data-urlencode "private_token=...." --data-urlencode "id=1" --data-urlencode "title=t1" --data-urlencode "key=t1"
{"message":"404 Not found"}
GitLab 6.5.1
GitLab Shell 1.8.0
GitLab API v3
Ruby 2.0.0p353
Rails 4.0.2