DEV Community

Cover image for Update Trello Card using Postman
Dilpreet Johal
Dilpreet Johal

Posted on • Updated on

Update Trello Card using Postman

In this post, we will be using the PUT request to update the Trello cards we created in the previous post. We will be updating the Card name as well as description using the PUT request.

Postman PUT Request

Just like the POST request, PUT request also takes in the body but instead of creating new data, it is usually used to update existing data. In the example below, we will be updating the name and description of the Trello Card we created in the previous post.

Postman PUT Request


Check out the video below to learn more about how to work with the PUT request in Postman –


To learn about API Test Automation using JavaScript, check out my free tutorial series here –

JavaScript API Test Automation Tutorial Series


I hope this video helped you out, let me know if you have any questions in the comments below!

Happy testing!

...

πŸ“§ Subscribe to my mailing list to get access to more content like this
πŸ‘ Follow @automationbro on Twitter for the latest updates

Top comments (0)