collection_updated_url.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "variables": [],
  3. "info": {
  4. "name": "Laravel API",
  5. "_postman_id": "",
  6. "description": "",
  7. "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.0.0\/collection.json"
  8. },
  9. "item": [
  10. {
  11. "name": "Group A",
  12. "description": "",
  13. "item": [
  14. {
  15. "name": "Example title.",
  16. "request": {
  17. "url": "http:\/\/yourapp.app\/api\/test",
  18. "method": "GET",
  19. "header": [
  20. {
  21. "key": "Accept",
  22. "value": "application/json"
  23. }
  24. ],
  25. "body": {
  26. "mode": "formdata",
  27. "formdata": []
  28. },
  29. "description": "This will be the long description.\nIt can also be multiple lines long.",
  30. "response": []
  31. }
  32. },
  33. {
  34. "name": "http:\/\/yourapp.app\/api\/responseTag",
  35. "request": {
  36. "url": "http:\/\/yourapp.app\/api\/responseTag",
  37. "method": "POST",
  38. "header": [
  39. {
  40. "key": "Accept",
  41. "value": "application/json"
  42. }
  43. ],
  44. "body": {
  45. "mode": "formdata",
  46. "formdata": []
  47. },
  48. "description": "",
  49. "response": []
  50. }
  51. }
  52. ]
  53. }
  54. ]
  55. }