You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I am attempting to do a simple put request to archive a list and am using Postman to test it out. However when I use the URL below it gave me a 400 error when I double checked the key and the token.
https://api.trello.com/1/lists/60020d2851f51d8a04bd50f5/closed?key=e227831cd0fd295cc85b6c2d26b6d05b&token=f17b0f31f2d8b59869439a439b342d2afc9d3888b9649b1692802ba95e6c4ca8
Hi @Jake Silverman ,
Welcome to the community!
Please have look at this documentation https://developer.atlassian.com/cloud/trello/rest/api-group-actions/#api-actions-id-list-get
Regards,
Soumyadeep
Hi @Jake Silverman ,
welcome to the Atlassian Community!
First of all - I would strongly recommend you to edit your post and remove key and token from there - you should never show these values to anybody! If these are valid values, you are risking somebody will steal/damage/whatever your data.
Now to your problem - you need to add another path parameter - value=true, so that your url will look like this:
https://api.trello.com/1/lists/{id}/closed?value=true&key={key}&token={token}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After a decade of growing the most ubiquitous visual framework for productivity and project management, we are evolving Trello’s boards, lists, and cards model to bring context to content and help te...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.