Can't create API issue

Hello! 

I send the following POST request

https://4dev.myjetbrains.com/youtrack/api/admin/issues 

In the body of the request I pass

{
"summary":"REST API lets you create issues!",
"description":"Lets create a new issue using YouTrack REST API.",
"project":{
"id":"0-3"
}
In response I receive 
{
"error":"Not Found",
"error_description":"HTTP 404 Not Found"
}
Tell me what I'm doing wrong?
Perhaps there are no rights, then tell me how to set them up?
Here is the GET request 
Works. And returns data.
Thanks. 
0
2 comments

Hi!

You have an additional /admin in your URL. Please try sending a request to https://4dev.myjetbrains.com/youtrack/api/issues  instead.

0

Most likely my carelessness, thank you very much everything worked out.

0

Please sign in to leave a comment.