Skip to content

Missing required params #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hvta opened this issue Mar 9, 2018 · 1 comment
Open

Missing required params #35

hvta opened this issue Mar 9, 2018 · 1 comment

Comments

@hvta
Copy link

hvta commented Mar 9, 2018

I'm trying to create a task with the POST /api/task resource and send the following JSON data:

{
    "name":"TYS-123456 issue name",
    "description":"some description",
    "project_id":123456,
    "tasklist_id":654321
}

After sending this I get a "Missing required params: name, tasklist_id or project_id". However, all three parameters are given and are valid.

@hvta
Copy link
Author

hvta commented Mar 9, 2018

I've managed to send a request by not sending a JSON request body.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant