Postman Tutorial #8 - How to Send PUT Request in Postman

preview_player
Показать описание
In this Postman Tutorial we will understand how to Send PUT request. PUT request is used to update the resource and we will explain PUT request from Postman with real life REST API Asana.

Help me in spreading the knowledge, please hit LIKE, SHARE and SUBSCRIBE for latest tutorials. More tutorial playlists below:

🔶 ENROL IN MANY FREE TRAININGS ON RCV ACADEMY PORTAL 🔶

🔶 FOLLOW US ON TWITTER 🔶

🔶 LIKE US ON FACEBOOK 🔶

🔶 OUR TUTORIAL WEBSITES 🔶

🔶 GET MY TRAININGS ON UDEMY 🔶
#ApiTesting #API #PostmanTutorial #Postman #ApiTestingTutorial #TestAutomation #SoftwareTesting #RcvAcademy #SoftwareTestingMentor
Рекомендации по теме
Комментарии
Автор

I have to finish a project by this Thursday. You saved my life dude.

alvar
Автор

Other than the Auth token, there is no need to set the other two headers mentioned in the documentation ? Great tutorials !!!

glennadams
Автор

Great tutorial.
Is there a way to create a set of PUT requests and launch all of them at once?

bhlgxwn
Автор

nice one thanks. Is it necessary to create the request inside a project? Or can we just create a request straightaway?

sayurirathnayake
Автор

Can you tell how to update with patch ?

michaeldatunashvili
Автор

Sir...i need cant be able to run put request

@app.route('/emp/<int:index>', methods=['GOT', 'POST', 'PUT'])
def update_emp(index):
empl=request.get_json()
emp[index]=empl
return jsonify(emp[index]), 200


and this is coming up in postman

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>405 Method Not Allowed</title>
<h1>Method Not Allowed</h1>
<p>The method is not allowed for the requested URL.</p>


please help me with this..

shilpamsinha