404 Not Found in API
Created by: legovaer
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 "http://<MY_SERVER>/api/v3/projects/48/keys" -H "PRIVATE-TOKEN: " -H "Accept: application/json" -H "Content-type: application/json" -X POST --data '{ "title": "apitest", "key": ""}'
returns
{"message":"404 Not found"}
expected is a message saying that the key already exists.