You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This collection contains requests that will be used to test validity of plugin created to convert postman request into code snippet of particular language.",
"tests['response has PUT data'] = _.has(responseJSON, 'data');",
636
624
"tests['response matches the data sent in request'] = (responseJSON.data && responseJSON.data.length === 256);"
637
-
]
625
+
],
626
+
"type": "text/javascript"
638
627
}
639
628
}
640
629
],
@@ -646,16 +635,15 @@
646
635
"value": "text/plain"
647
636
}
648
637
],
649
-
"body": {},
650
638
"url": {
651
-
"raw": "https://mockbin.org/request",
639
+
"raw": "https://postman-echo.com/delete",
652
640
"protocol": "https",
653
641
"host": [
654
-
"mockbin",
655
-
"org"
642
+
"postman-echo",
643
+
"com"
656
644
],
657
645
"path": [
658
-
"request"
646
+
"delete"
659
647
]
660
648
},
661
649
"description": "The HTTP `DELETE` method is used to delete resources on a server. The exact\nuse of `DELETE` requests depends on the server implementation. In general, \n`DELETE` requests support both, Query String parameters as well as a Request \nBody.\n\nThis endpoint accepts an HTTP `DELETE` request and provides debug information\nsuch as the HTTP headers, Query String arguments, and the Request Body."
0 commit comments