collection-overridden.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "variable": [],
  3. "info": {
  4. "name": "Custom API",
  5. "_postman_id": "",
  6. "description": "",
  7. "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json",
  8. "version": "3.9.9"
  9. },
  10. "item": [
  11. {
  12. "name": "Group A",
  13. "description": "",
  14. "item": [
  15. {
  16. "name": "Example title.",
  17. "request": {
  18. "url": {
  19. "protocol": "http",
  20. "host": "localhost",
  21. "path": "api\/withDescription",
  22. "query": [],
  23. "raw": "http:\/\/localhost\/api\/withDescription"
  24. },
  25. "method": "GET",
  26. "header": [
  27. {
  28. "key": "Content-Type",
  29. "value": "application\/json"
  30. },
  31. {
  32. "key": "Accept",
  33. "value": "application\/json"
  34. }
  35. ],
  36. "body": null,
  37. "description": "This will be the long description.\nIt can also be multiple lines long.",
  38. "auth": {
  39. "type": "noauth"
  40. }
  41. },
  42. "response": []
  43. },
  44. {
  45. "name": "api\/withQueryParameters",
  46. "request": {
  47. "url": {
  48. "protocol": "http",
  49. "host": "localhost",
  50. "path": "api\/withQueryParameters",
  51. "query": [
  52. {
  53. "key": "location_id",
  54. "value": "consequatur",
  55. "description": "The id of the location.",
  56. "disabled": false
  57. },
  58. {
  59. "key": "user_id",
  60. "value": "me",
  61. "description": "The id of the user.",
  62. "disabled": false
  63. },
  64. {
  65. "key": "page",
  66. "value": "4",
  67. "description": "The page number.",
  68. "disabled": false
  69. },
  70. {
  71. "key": "filters",
  72. "value": "consequatur",
  73. "description": "The filters.",
  74. "disabled": false
  75. },
  76. {
  77. "key": "url_encoded",
  78. "value": "%2B+%5B%5D%26%3D",
  79. "description": "Used for testing that URL parameters will be URL-encoded where needed.",
  80. "disabled": false
  81. }
  82. ],
  83. "raw": "http:\/\/localhost\/api\/withQueryParameters?location_id=consequatur&user_id=me&page=4&filters=consequatur&url_encoded=%2B+%5B%5D%26%3D"
  84. },
  85. "method": "GET",
  86. "header": [
  87. {
  88. "key": "Content-Type",
  89. "value": "application\/json"
  90. },
  91. {
  92. "key": "Accept",
  93. "value": "application\/json"
  94. }
  95. ],
  96. "body": null,
  97. "description": "",
  98. "auth": {
  99. "type": "noauth"
  100. }
  101. },
  102. "response": []
  103. }
  104. ]
  105. }
  106. ],
  107. "auth": {
  108. "type": "noauth"
  109. }
  110. }