workarea-api 4.5.4 → 4.5.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (224) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/Rakefile +12 -12
  4. data/doc/api/admin/categories/bulk_upserting_categories.json +5 -5
  5. data/doc/api/admin/categories/creating_a_category.json +7 -7
  6. data/doc/api/admin/categories/listing_categories.json +4 -4
  7. data/doc/api/admin/categories/removing_a_category.json +5 -5
  8. data/doc/api/admin/categories/showing_a_category.json +6 -6
  9. data/doc/api/admin/categories/updating_a_category.json +6 -6
  10. data/doc/api/admin/category_product_rules/creating_a_category_product_rule.json +7 -7
  11. data/doc/api/admin/category_product_rules/listing_category_product_rules.json +6 -6
  12. data/doc/api/admin/category_product_rules/removing_a_category_product_rule.json +5 -5
  13. data/doc/api/admin/category_product_rules/updating_a_category_product_rule.json +5 -5
  14. data/doc/api/admin/content/bulk_upserting_content.json +5 -5
  15. data/doc/api/admin/content/creating_content.json +7 -7
  16. data/doc/api/admin/content/listing_content.json +4 -4
  17. data/doc/api/admin/content/showing_content.json +6 -6
  18. data/doc/api/admin/content/updating_content.json +5 -5
  19. data/doc/api/admin/content_assets/bulk_upserting_content_assets.json +5 -5
  20. data/doc/api/admin/content_assets/creating_a_content_asset.json +7 -7
  21. data/doc/api/admin/content_assets/listing_content_assets.json +4 -4
  22. data/doc/api/admin/content_assets/removing_a_content_asset.json +5 -5
  23. data/doc/api/admin/content_assets/showing_a_content_asset.json +6 -6
  24. data/doc/api/admin/content_assets/updating_a_content_asset.json +6 -6
  25. data/doc/api/admin/discounts/creating_a_discount.json +7 -7
  26. data/doc/api/admin/discounts/listing_discounts.json +4 -4
  27. data/doc/api/admin/discounts/removing_a_discount.json +5 -5
  28. data/doc/api/admin/discounts/showing_a_discount.json +6 -6
  29. data/doc/api/admin/discounts/updating_discounts.json +5 -5
  30. data/doc/api/admin/email_signups/listing_email_signups.json +4 -4
  31. data/doc/api/admin/email_signups/showing_an_email_signup_by_email.json +4 -4
  32. data/doc/api/admin/email_signups/showing_an_email_signup_by_id.json +6 -6
  33. data/doc/api/admin/fulfillment/listing_fulfillments.json +4 -4
  34. data/doc/api/admin/fulfillment/marking_items_as_canceled.json +6 -6
  35. data/doc/api/admin/fulfillment/marking_items_as_shipped.json +6 -6
  36. data/doc/api/admin/fulfillment/showing_fulfillment.json +4 -4
  37. data/doc/api/admin/global_functionality/dealing_with_locales.json +11 -11
  38. data/doc/api/admin/global_functionality/filtering_by_created_at_time_stamp.json +8 -8
  39. data/doc/api/admin/global_functionality/filtering_by_updated_time_stamp.json +8 -8
  40. data/doc/api/admin/global_functionality/paging_results.json +4 -4
  41. data/doc/api/admin/global_functionality/retrieving_addtional_pages_of_results.json +3 -3
  42. data/doc/api/admin/global_functionality/sorting_results.json +4 -4
  43. data/doc/api/admin/inventory_skus/bulk_upserting_inventory_skus.json +5 -5
  44. data/doc/api/admin/inventory_skus/creating_an_inventory_sku.json +6 -6
  45. data/doc/api/admin/inventory_skus/listing_inventory_skus.json +4 -4
  46. data/doc/api/admin/inventory_skus/removing_an_inventory_sku.json +3 -3
  47. data/doc/api/admin/inventory_skus/showing_an_inventory_sku.json +4 -4
  48. data/doc/api/admin/inventory_skus/updating_an_inventory_sku.json +3 -3
  49. data/doc/api/admin/navigation_menus/creating_a_menu.json +7 -7
  50. data/doc/api/admin/navigation_menus/listing_menus.json +4 -4
  51. data/doc/api/admin/navigation_menus/removing_a_navigation_menu.json +5 -5
  52. data/doc/api/admin/navigation_menus/showing_a_navigation_menu.json +6 -6
  53. data/doc/api/admin/navigation_menus/updating_a_navigation_menus.json +5 -5
  54. data/doc/api/admin/navigation_taxonomy/bulk_upserting_navigation_taxons.json +5 -5
  55. data/doc/api/admin/navigation_taxonomy/creating_a_taxon.json +7 -7
  56. data/doc/api/admin/navigation_taxonomy/listing_taxons.json +4 -4
  57. data/doc/api/admin/navigation_taxonomy/removing_a_navigation_taxon.json +5 -5
  58. data/doc/api/admin/navigation_taxonomy/showing_a_navigation_taxon.json +6 -6
  59. data/doc/api/admin/navigation_taxonomy/updating_a_navigation_taxons.json +5 -5
  60. data/doc/api/admin/orders/listing_orders.json +4 -4
  61. data/doc/api/admin/orders/showing_an_order.json +5 -5
  62. data/doc/api/admin/orders/viewing_orders_by_date_range.json +8 -8
  63. data/doc/api/admin/pages/bulk_upserting_pages.json +5 -5
  64. data/doc/api/admin/pages/creating_a_page.json +7 -7
  65. data/doc/api/admin/pages/listing_pages.json +4 -4
  66. data/doc/api/admin/pages/removing_a_page.json +5 -5
  67. data/doc/api/admin/pages/showing_a_page.json +6 -6
  68. data/doc/api/admin/pages/updating_a_page.json +6 -6
  69. data/doc/api/admin/payment_profiles/bulk_upserting_payment_profiles.json +5 -5
  70. data/doc/api/admin/payment_profiles/creating_a_payment_profile.json +7 -7
  71. data/doc/api/admin/payment_profiles/listing_payment_profiles.json +4 -4
  72. data/doc/api/admin/payment_profiles/removing_a_payment_profile.json +5 -5
  73. data/doc/api/admin/payment_profiles/showing_a_payment_profile.json +6 -6
  74. data/doc/api/admin/payment_profiles/updating_a_payment_profiles.json +5 -5
  75. data/doc/api/admin/payment_transactions/listing_payment_transactions.json +4 -4
  76. data/doc/api/admin/payment_transactions/showing_a_payment_transaction.json +6 -6
  77. data/doc/api/admin/payments/listing_payments.json +4 -4
  78. data/doc/api/admin/payments/showing_an_payment.json +4 -4
  79. data/doc/api/admin/prices/creating_a_pricing_sku_price.json +4 -4
  80. data/doc/api/admin/prices/listing_pricing_sku_prices.json +4 -4
  81. data/doc/api/admin/prices/removing_a_pricing_sku_price.json +5 -5
  82. data/doc/api/admin/prices/updating_a_pricing_sku_price.json +5 -5
  83. data/doc/api/admin/pricing_skus/bulk_upserting_pricing_skus.json +5 -5
  84. data/doc/api/admin/pricing_skus/creating_an_pricing_sku.json +6 -6
  85. data/doc/api/admin/pricing_skus/listing_pricing_skus.json +4 -4
  86. data/doc/api/admin/pricing_skus/removing_an_pricing_sku.json +3 -3
  87. data/doc/api/admin/pricing_skus/showing_an_pricing_sku.json +4 -4
  88. data/doc/api/admin/pricing_skus/updating_an_pricing_sku.json +3 -3
  89. data/doc/api/admin/product_images/creating_a_product_image_from_base64.json +7 -7
  90. data/doc/api/admin/product_images/creating_a_product_image_from_url.json +7 -7
  91. data/doc/api/admin/product_images/listing_product_images.json +7 -7
  92. data/doc/api/admin/product_images/removing_a_product_image.json +5 -5
  93. data/doc/api/admin/product_images/updating_a_product_image.json +5 -5
  94. data/doc/api/admin/products/bulk_upserting_products.json +5 -5
  95. data/doc/api/admin/products/creating_a_product.json +7 -7
  96. data/doc/api/admin/products/listing_products.json +4 -4
  97. data/doc/api/admin/products/removing_a_product.json +5 -5
  98. data/doc/api/admin/products/showing_a_product.json +6 -6
  99. data/doc/api/admin/products/updating_a_product.json +6 -6
  100. data/doc/api/admin/promo_code_lists/bulk_upserting_promo_code_lists.json +5 -5
  101. data/doc/api/admin/promo_code_lists/creating_a_promo_code_list.json +7 -7
  102. data/doc/api/admin/promo_code_lists/listing_promo_code_lists.json +4 -4
  103. data/doc/api/admin/promo_code_lists/removing_a_promo_code_list.json +5 -5
  104. data/doc/api/admin/promo_code_lists/showing_a_promo_code_list.json +6 -6
  105. data/doc/api/admin/promo_code_lists/updating_a_promo_code_list.json +5 -5
  106. data/doc/api/admin/recommendation_settings/showing_recommendation_settings.json +6 -6
  107. data/doc/api/admin/recommendation_settings/updating_recommendation_settings.json +5 -5
  108. data/doc/api/admin/redirects/bulk_upserting_redirects.json +5 -5
  109. data/doc/api/admin/redirects/creating_a_redirect.json +7 -7
  110. data/doc/api/admin/redirects/listing_redirects.json +4 -4
  111. data/doc/api/admin/redirects/removing_a_redirect.json +5 -5
  112. data/doc/api/admin/redirects/showing_a_redirect.json +6 -6
  113. data/doc/api/admin/redirects/updating_a_redirects.json +5 -5
  114. data/doc/api/admin/release_changes/adding_changes_to_a_release.json +6 -6
  115. data/doc/api/admin/releases/bulk_upserting_releases.json +5 -5
  116. data/doc/api/admin/releases/creating_a_release.json +7 -7
  117. data/doc/api/admin/releases/listing_releases.json +4 -4
  118. data/doc/api/admin/releases/removing_a_release.json +5 -5
  119. data/doc/api/admin/releases/showing_a_release.json +6 -6
  120. data/doc/api/admin/releases/updating_a_release.json +6 -6
  121. data/doc/api/admin/saved_addresses/creating_a_saved_address.json +7 -7
  122. data/doc/api/admin/saved_addresses/listing_saved_address.json +6 -6
  123. data/doc/api/admin/saved_addresses/removing_a_saved_address.json +5 -5
  124. data/doc/api/admin/saved_addresses/updating_a_saved_address.json +5 -5
  125. data/doc/api/admin/saved_credit_cards/creating_a_saved_credit_card.json +8 -8
  126. data/doc/api/admin/saved_credit_cards/listing_saved_credit_cards.json +6 -6
  127. data/doc/api/admin/saved_credit_cards/removing_a_saved_credit_card.json +5 -5
  128. data/doc/api/admin/saved_credit_cards/updating_a_saved_credit_card.json +5 -5
  129. data/doc/api/admin/shipping/listing_shipments.json +4 -4
  130. data/doc/api/admin/shipping/showing_a_shipment.json +6 -6
  131. data/doc/api/admin/shipping_rates/creating_a_shipping_rate.json +7 -7
  132. data/doc/api/admin/shipping_rates/listing_shipping_rates.json +6 -6
  133. data/doc/api/admin/shipping_rates/removing_a_shipping_rate.json +5 -5
  134. data/doc/api/admin/shipping_rates/updating_a_shipping_rate.json +5 -5
  135. data/doc/api/admin/shipping_services/bulk_upserting_shipping_services.json +5 -5
  136. data/doc/api/admin/shipping_services/creating_a_shipping_service.json +7 -7
  137. data/doc/api/admin/shipping_services/listing_shipping_services.json +4 -4
  138. data/doc/api/admin/shipping_services/removing_a_shipping_service.json +5 -5
  139. data/doc/api/admin/shipping_services/showing_a_shipping_service.json +7 -7
  140. data/doc/api/admin/shipping_services/updating_a_shipping_service.json +6 -6
  141. data/doc/api/admin/tax_categories/bulk_upserting_tax_categories.json +5 -5
  142. data/doc/api/admin/tax_categories/creating_a_tax_category.json +7 -7
  143. data/doc/api/admin/tax_categories/listing_tax_categories.json +5 -5
  144. data/doc/api/admin/tax_categories/removing_a_tax_category.json +5 -5
  145. data/doc/api/admin/tax_categories/showing_a_tax_category.json +7 -7
  146. data/doc/api/admin/tax_categories/updating_a_tax_categories.json +5 -5
  147. data/doc/api/admin/tax_rates/creating_a_tax_rate.json +8 -8
  148. data/doc/api/admin/tax_rates/listing_tax_rates.json +6 -6
  149. data/doc/api/admin/tax_rates/removing_a_tax_rate.json +5 -5
  150. data/doc/api/admin/tax_rates/updating_a_tax_rate.json +5 -5
  151. data/doc/api/admin/users/bulk_upserting_users.json +5 -5
  152. data/doc/api/admin/users/creating_a_user.json +7 -7
  153. data/doc/api/admin/users/listing_users.json +4 -4
  154. data/doc/api/admin/users/removing_a_user.json +5 -5
  155. data/doc/api/admin/users/showing_a_user_by_email.json +4 -4
  156. data/doc/api/admin/users/showing_a_user_by_id.json +6 -6
  157. data/doc/api/admin/users/updating_a_user.json +6 -6
  158. data/doc/api/admin/variants/creating_a_product_variant.json +6 -6
  159. data/doc/api/admin/variants/listing_product_variants.json +7 -7
  160. data/doc/api/admin/variants/removing_a_product_variant.json +5 -5
  161. data/doc/api/admin/variants/updating_a_product_variant.json +5 -5
  162. data/doc/api/storefront/accounts/creating_an_account.json +4 -4
  163. data/doc/api/storefront/accounts/getting_account_details.json +7 -7
  164. data/doc/api/storefront/accounts/updating_an_account.json +7 -7
  165. data/doc/api/storefront/analytics/saving_a_category_view.json +3 -3
  166. data/doc/api/storefront/analytics/saving_a_product_view.json +3 -3
  167. data/doc/api/storefront/analytics/saving_a_search.json +3 -3
  168. data/doc/api/storefront/assets/showing_an_asset.json +6 -6
  169. data/doc/api/storefront/authentication/creating_an_authentication_token.json +6 -6
  170. data/doc/api/storefront/authentication/refreshing_an_authentication_token.json +6 -6
  171. data/doc/api/storefront/authentication/using_an_authentication_token.json +6 -6
  172. data/doc/api/storefront/cart/adding_a_promo_code.json +7 -7
  173. data/doc/api/storefront/cart/adding_an_item.json +7 -7
  174. data/doc/api/storefront/cart/creating_a_new_cart_for_a_user.json +6 -6
  175. data/doc/api/storefront/cart/creating_a_new_guest_cart.json +4 -4
  176. data/doc/api/storefront/cart/delete_an_item.json +7 -7
  177. data/doc/api/storefront/cart/listing_user_s_carts.json +6 -6
  178. data/doc/api/storefront/cart/showing_cart.json +7 -7
  179. data/doc/api/storefront/cart/updating_an_item.json +7 -7
  180. data/doc/api/storefront/categories/showing_a_category.json +5 -5
  181. data/doc/api/storefront/categories/showing_a_listing_of_categories.json +5 -5
  182. data/doc/api/storefront/checkout/completing_a_checkout.json +7 -7
  183. data/doc/api/storefront/checkout/failure_to_update_a_checkout.json +52 -0
  184. data/doc/api/storefront/checkout/showing_a_checkout.json +6 -6
  185. data/doc/api/storefront/checkout/updating_a_checkout.json +6 -6
  186. data/doc/api/storefront/contacts/creating_a_contact.json +4 -4
  187. data/doc/api/storefront/email_signups/creating_an_email_signup.json +4 -4
  188. data/doc/api/storefront/email_signups/showing_an_email_signup_content.json +4 -4
  189. data/doc/api/storefront/index.json +7 -0
  190. data/doc/api/storefront/menus/listing_menus.json +5 -5
  191. data/doc/api/storefront/menus/showing_a_menu.json +7 -7
  192. data/doc/api/storefront/orders/listing_the_user_s_orders.json +6 -6
  193. data/doc/api/storefront/orders/showing_an_order.json +7 -7
  194. data/doc/api/storefront/pages/showing_a_page.json +5 -5
  195. data/doc/api/storefront/password_resets/sending_a_forgot_password_email.json +5 -5
  196. data/doc/api/storefront/personalized_recommendations/showing_recommendations_with_a_session_id.json +8 -8
  197. data/doc/api/storefront/personalized_recommendations/showing_recommendations_with_authentication.json +6 -6
  198. data/doc/api/storefront/products/showing_a_product.json +5 -5
  199. data/doc/api/storefront/products/showing_a_product_with_a_specific_sku_selected.json +5 -5
  200. data/doc/api/storefront/recent_views/showing_recent_views_from_authentication.json +6 -6
  201. data/doc/api/storefront/recent_views/showing_recent_views_with_a_session_id.json +7 -7
  202. data/doc/api/storefront/recent_views/updating_recent_views_with_a_session_id.json +3 -3
  203. data/doc/api/storefront/recent_views/updating_recent_views_with_authentication.json +5 -5
  204. data/doc/api/storefront/saved_addresses/creating_a_saved_address.json +6 -6
  205. data/doc/api/storefront/saved_addresses/deleting_a_saved_address.json +6 -6
  206. data/doc/api/storefront/saved_addresses/listing_the_user_s_saved_addresses.json +6 -6
  207. data/doc/api/storefront/saved_addresses/showing_a_saved_address.json +7 -7
  208. data/doc/api/storefront/saved_addresses/updating_a_saved_address.json +7 -7
  209. data/doc/api/storefront/saved_credit_cards/creating_a_saved_credit_card.json +7 -7
  210. data/doc/api/storefront/saved_credit_cards/deleting_a_saved_credit_card.json +6 -6
  211. data/doc/api/storefront/saved_credit_cards/listing_the_user_s_saved_credit_cards.json +6 -6
  212. data/doc/api/storefront/saved_credit_cards/showing_a_saved_credit_card.json +7 -7
  213. data/doc/api/storefront/saved_credit_cards/updating_a_saved_credit_card.json +8 -8
  214. data/doc/api/storefront/searches/showing_search_autocomplete_suggestions.json +4 -4
  215. data/doc/api/storefront/searches/showing_search_results.json +5 -5
  216. data/doc/api/storefront/segmentation/specifying_session_count_for_segmentation.json +10 -10
  217. data/doc/api/storefront/segmentation/using_session_ids_for_segmenting_non_authenticated_users.json +10 -10
  218. data/doc/api/storefront/system_content/showing_system_content.json +5 -5
  219. data/doc/api/storefront/system_content/showing_the_home_page.json +5 -5
  220. data/doc/api/storefront/taxons/showing_a_taxon.json +7 -7
  221. data/doc/api/storefront/validation_errors/checkout_validation_errors.json +8 -8
  222. data/doc/api/storefront/validation_errors/general_validation_errors.json +2 -2
  223. data/lib/workarea/api/version.rb +1 -1
  224. metadata +6 -5
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:39:18 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:14 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "c4bbbfc6-7c80-49e5-ac8b-7bc81008efca",
27
- "X-Runtime": "0.078729",
26
+ "X-Request-Id": "8317eb6b-f440-4807-b34c-b3e7e72f2b13",
27
+ "X-Runtime": "0.138240",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
32
  "request_path": "/api/admin/promo_code_lists/bulk",
33
- "request_body": "{\"promo_code_lists\":[{\"count\":2,\"created_at\":\"2019-11-27T00:39:18.626Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2019-11-27T00:39:18.626Z\"},{\"count\":2,\"created_at\":\"2019-11-27T00:39:18.626Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2019-11-27T00:39:18.626Z\"},{\"count\":2,\"created_at\":\"2019-11-27T00:39:18.626Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2019-11-27T00:39:18.626Z\"}]}",
33
+ "request_body": "{\"promo_code_lists\":[{\"count\":2,\"created_at\":\"2020-08-19T13:47:14.732Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2020-08-19T13:47:14.732Z\"},{\"count\":2,\"created_at\":\"2020-08-19T13:47:14.732Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2020-08-19T13:47:14.732Z\"},{\"count\":2,\"created_at\":\"2020-08-19T13:47:14.732Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2020-08-19T13:47:14.732Z\"}]}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 204,
36
36
  "response_status_text": "No Content",
37
37
  "response_body": null,
38
38
  "response_content_type": null,
39
- "curl": "curl \"https://www.example.com/api/admin/promo_code_lists/bulk\" -d '{\"promo_code_lists\":[{\"count\":2,\"created_at\":\"2019-11-27T00:39:18.626Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2019-11-27T00:39:18.626Z\"},{\"count\":2,\"created_at\":\"2019-11-27T00:39:18.626Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2019-11-27T00:39:18.626Z\"},{\"count\":2,\"created_at\":\"2019-11-27T00:39:18.626Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2019-11-27T00:39:18.626Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/promo_code_lists/bulk\" -d '{\"promo_code_lists\":[{\"count\":2,\"created_at\":\"2020-08-19T13:47:14.732Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2020-08-19T13:47:14.732Z\"},{\"count\":2,\"created_at\":\"2020-08-19T13:47:14.732Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2020-08-19T13:47:14.732Z\"},{\"count\":2,\"created_at\":\"2020-08-19T13:47:14.732Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2020-08-19T13:47:14.732Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Promo Code Lists",
@@ -19,27 +19,27 @@
19
19
  "X-Download-Options": "noopen",
20
20
  "X-Permitted-Cross-Domain-Policies": "none",
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
- "Location": "/api/admin/promo_code_lists/5dddc5b71241594254075a2e",
22
+ "Location": "/api/admin/promo_code_lists/5f3d2d660218236de151ed7f",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
24
  "X-Requested-With": "",
25
25
  "Vary": "X-Requested-With, X-Workarea-Segments",
26
- "Last-Modified": "Wed, 27 Nov 2019 00:39:19 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:18 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "56272585-44ae-42a6-91c1-432e5977d5ee",
29
- "X-Runtime": "0.029928",
28
+ "X-Request-Id": "c2d70381-778a-470b-8400-6cc5157de5ce",
29
+ "X-Runtime": "0.050839",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "231"
33
33
  },
34
34
  "request_method": "POST",
35
35
  "request_path": "/api/admin/promo_code_lists",
36
- "request_body": "{\"promo_code_list\":{\"count\":2,\"created_at\":\"2019-11-27T00:39:19.515Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2019-11-27T00:39:19.515Z\"}}",
36
+ "request_body": "{\"promo_code_list\":{\"count\":2,\"created_at\":\"2020-08-19T13:47:18.345Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2020-08-19T13:47:18.345Z\"}}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"promo_code_list\": {\n \"_id\": \"5dddc5b71241594254075a2e\",\n \"count\": 2,\n \"created_at\": \"2019-11-27T00:39:19.515Z\",\n \"expires_at\": null,\n \"generation_completed_at\": null,\n \"name\": \"Test Code List\",\n \"prefix\": null,\n \"updated_at\": \"2019-11-27T00:39:19.515Z\"\n }\n}",
40
+ "response_body": "{\n \"promo_code_list\": {\n \"_id\": \"5f3d2d660218236de151ed7f\",\n \"count\": 2,\n \"created_at\": \"2020-08-19T13:47:18.345Z\",\n \"expires_at\": null,\n \"generation_completed_at\": null,\n \"name\": \"Test Code List\",\n \"prefix\": null,\n \"updated_at\": \"2020-08-19T13:47:18.345Z\"\n }\n}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/promo_code_lists\" -d '{\"promo_code_list\":{\"count\":2,\"created_at\":\"2019-11-27T00:39:19.515Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2019-11-27T00:39:19.515Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/promo_code_lists\" -d '{\"promo_code_list\":{\"count\":2,\"created_at\":\"2020-08-19T13:47:18.345Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2020-08-19T13:47:18.345Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Promo Code Lists",
@@ -35,10 +35,10 @@
35
35
  "Content-Type": "application/json; charset=utf-8",
36
36
  "X-Requested-With": "",
37
37
  "Vary": "X-Requested-With, X-Workarea-Segments",
38
- "Last-Modified": "Wed, 27 Nov 2019 00:39:13 GMT",
38
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:13 GMT",
39
39
  "Cache-Control": "no-cache, no-store, must-revalidate",
40
- "X-Request-Id": "15e87af6-6fbb-4203-a301-abdec91d39c8",
41
- "X-Runtime": "0.004802",
40
+ "X-Request-Id": "d6641160-12dc-440c-85eb-7b41250b0c9f",
41
+ "X-Runtime": "0.007648",
42
42
  "X-Workarea-Segments": "",
43
43
  "Expires": "0",
44
44
  "Content-Length": "490"
@@ -49,7 +49,7 @@
49
49
  "request_content_type": null,
50
50
  "response_status": 200,
51
51
  "response_status_text": "OK",
52
- "response_body": "{\n \"promo_code_lists\": [\n {\n \"_id\": \"5dddc5b012415942540759f3\",\n \"count\": 2,\n \"created_at\": \"2019-11-27T00:39:12.985Z\",\n \"expires_at\": null,\n \"generation_completed_at\": \"2019-11-27T00:39:12.993Z\",\n \"name\": \"Test Code List\",\n \"prefix\": null,\n \"updated_at\": \"2019-11-27T00:39:12.995Z\"\n },\n {\n \"_id\": \"5dddc5b012415942540759f0\",\n \"count\": 2,\n \"created_at\": \"2019-11-27T00:39:12.972Z\",\n \"expires_at\": null,\n \"generation_completed_at\": \"2019-11-27T00:39:12.980Z\",\n \"name\": \"Test Code List\",\n \"prefix\": null,\n \"updated_at\": \"2019-11-27T00:39:12.982Z\"\n }\n ]\n}",
52
+ "response_body": "{\n \"promo_code_lists\": [\n {\n \"_id\": \"5f3d2d610218236de151ed45\",\n \"count\": 2,\n \"created_at\": \"2020-08-19T13:47:13.701Z\",\n \"expires_at\": null,\n \"generation_completed_at\": \"2020-08-19T13:47:13.715Z\",\n \"name\": \"Test Code List\",\n \"prefix\": null,\n \"updated_at\": \"2020-08-19T13:47:13.716Z\"\n },\n {\n \"_id\": \"5f3d2d610218236de151ed42\",\n \"count\": 2,\n \"created_at\": \"2020-08-19T13:47:13.675Z\",\n \"expires_at\": null,\n \"generation_completed_at\": \"2020-08-19T13:47:13.695Z\",\n \"name\": \"Test Code List\",\n \"prefix\": null,\n \"updated_at\": \"2020-08-19T13:47:13.696Z\"\n }\n ]\n}",
53
53
  "response_content_type": "application/json",
54
54
  "curl": "curl -g \"https://www.example.com/api/admin/promo_code_lists?page=1&sort_by=created_at&sort_direction=desc\" -X GET "
55
55
  }
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:39:15 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:15 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "ac6745c3-9a04-48dd-a351-577e5e4f1d5d",
27
- "X-Runtime": "0.007434",
26
+ "X-Request-Id": "ea8cb97f-b711-4c9f-b51d-84178c15481a",
27
+ "X-Runtime": "0.013681",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "DELETE",
32
- "request_path": "/api/admin/promo_code_lists/5dddc5b312415942540759fa",
32
+ "request_path": "/api/admin/promo_code_lists/5f3d2d630218236de151ed6c",
33
33
  "request_body": null,
34
34
  "request_content_type": "application/x-www-form-urlencoded",
35
35
  "response_status": 204,
36
36
  "response_status_text": "No Content",
37
37
  "response_body": null,
38
38
  "response_content_type": null,
39
- "curl": "curl \"https://www.example.com/api/admin/promo_code_lists/5dddc5b312415942540759fa\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
39
+ "curl": "curl \"https://www.example.com/api/admin/promo_code_lists/5f3d2d630218236de151ed6c\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
40
40
  }
41
41
  ],
42
42
  "resource": "Promo Code Lists",
@@ -21,23 +21,23 @@
21
21
  "Content-Type": "application/json; charset=utf-8",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:39:11 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:17 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "fa27458d-70b1-4351-b542-0f082356363a",
27
- "X-Runtime": "0.004202",
26
+ "X-Request-Id": "87ab4fab-d1a5-41f2-a9ff-ad3b4f0ea28c",
27
+ "X-Runtime": "0.007925",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0",
30
30
  "Content-Length": "253"
31
31
  },
32
32
  "request_method": "GET",
33
- "request_path": "/api/admin/promo_code_lists/5dddc5af12415942540759e9",
33
+ "request_path": "/api/admin/promo_code_lists/5f3d2d650218236de151ed74",
34
34
  "request_body": null,
35
35
  "request_content_type": null,
36
36
  "response_status": 200,
37
37
  "response_status_text": "OK",
38
- "response_body": "{\n \"promo_code_list\": {\n \"_id\": \"5dddc5af12415942540759e9\",\n \"count\": 2,\n \"created_at\": \"2019-11-27T00:39:11.369Z\",\n \"expires_at\": null,\n \"generation_completed_at\": \"2019-11-27T00:39:11.377Z\",\n \"name\": \"Test Code List\",\n \"prefix\": null,\n \"updated_at\": \"2019-11-27T00:39:11.379Z\"\n }\n}",
38
+ "response_body": "{\n \"promo_code_list\": {\n \"_id\": \"5f3d2d650218236de151ed74\",\n \"count\": 2,\n \"created_at\": \"2020-08-19T13:47:17.084Z\",\n \"expires_at\": null,\n \"generation_completed_at\": \"2020-08-19T13:47:17.103Z\",\n \"name\": \"Test Code List\",\n \"prefix\": null,\n \"updated_at\": \"2020-08-19T13:47:17.105Z\"\n }\n}",
39
39
  "response_content_type": "application/json",
40
- "curl": "curl -g \"https://www.example.com/api/admin/promo_code_lists/5dddc5af12415942540759e9\" -X GET "
40
+ "curl": "curl -g \"https://www.example.com/api/admin/promo_code_lists/5f3d2d650218236de151ed74\" -X GET "
41
41
  }
42
42
  ],
43
43
  "resource": "Promo Code Lists",
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:39:17 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:19 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "1af3688e-0938-44e6-9880-72a2ed9d8822",
27
- "X-Runtime": "0.008736",
26
+ "X-Request-Id": "f3465794-2080-4041-b713-5044acf7a419",
27
+ "X-Runtime": "0.015010",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
- "request_path": "/api/admin/promo_code_lists/5dddc5b51241594254075a02",
32
+ "request_path": "/api/admin/promo_code_lists/5f3d2d670218236de151ed89",
33
33
  "request_body": "{\"promo_code_list\":{\"name\":\"foo\"}}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 204,
36
36
  "response_status_text": "No Content",
37
37
  "response_body": null,
38
38
  "response_content_type": null,
39
- "curl": "curl \"https://www.example.com/api/admin/promo_code_lists/5dddc5b51241594254075a02\" -d '{\"promo_code_list\":{\"name\":\"foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/promo_code_lists/5f3d2d670218236de151ed89\" -d '{\"promo_code_list\":{\"name\":\"foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Promo Code Lists",
@@ -21,23 +21,23 @@
21
21
  "Content-Type": "application/json; charset=utf-8",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:37:01 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:51:51 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "75690292-11b3-4a0f-a0e5-1098805dee96",
27
- "X-Runtime": "0.006051",
26
+ "X-Request-Id": "42adfdd9-d71b-4aa0-a326-7a389501676c",
27
+ "X-Runtime": "0.009239",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0",
30
30
  "Content-Length": "188"
31
31
  },
32
32
  "request_method": "GET",
33
- "request_path": "/api/admin/products/4A133BCC4C/recommendation_settings",
33
+ "request_path": "/api/admin/products/BBEFE8ED64/recommendation_settings",
34
34
  "request_body": null,
35
35
  "request_content_type": null,
36
36
  "response_status": 200,
37
37
  "response_status_text": "OK",
38
- "response_body": "{\n \"recommendation_settings\": {\n \"_id\": \"4A133BCC4C\",\n \"created_at\": \"2019-11-27T00:37:01.964Z\",\n \"product_ids\": [\n\n ],\n \"sources\": [\n \"custom\",\n \"similar\",\n \"purchased\"\n ],\n \"updated_at\": \"2019-11-27T00:37:01.964Z\"\n }\n}",
38
+ "response_body": "{\n \"recommendation_settings\": {\n \"_id\": \"BBEFE8ED64\",\n \"created_at\": \"2020-08-19T13:51:51.116Z\",\n \"product_ids\": [\n\n ],\n \"sources\": [\n \"custom\",\n \"similar\",\n \"purchased\"\n ],\n \"updated_at\": \"2020-08-19T13:51:51.116Z\"\n }\n}",
39
39
  "response_content_type": "application/json",
40
- "curl": "curl -g \"https://www.example.com/api/admin/products/4A133BCC4C/recommendation_settings\" -X GET "
40
+ "curl": "curl -g \"https://www.example.com/api/admin/products/BBEFE8ED64/recommendation_settings\" -X GET "
41
41
  }
42
42
  ],
43
43
  "resource": "Recommendation Settings",
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:37:03 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:51:49 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "84521fa7-1e7b-40fb-ae55-dd6ebce51b90",
27
- "X-Runtime": "0.010164",
26
+ "X-Request-Id": "296284ce-92de-4238-8a2b-85cc4e46c3a6",
27
+ "X-Runtime": "0.019201",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
- "request_path": "/api/admin/products/5F5F3382DF/recommendation_settings",
32
+ "request_path": "/api/admin/products/CDF0DE3403/recommendation_settings",
33
33
  "request_body": "{\"recommendation_settings\":{\"product_ids\":[\"foo\"]}}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 204,
36
36
  "response_status_text": "No Content",
37
37
  "response_body": null,
38
38
  "response_content_type": null,
39
- "curl": "curl \"https://www.example.com/api/admin/products/5F5F3382DF/recommendation_settings\" -d '{\"recommendation_settings\":{\"product_ids\":[\"foo\"]}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/products/CDF0DE3403/recommendation_settings\" -d '{\"recommendation_settings\":{\"product_ids\":[\"foo\"]}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Recommendation Settings",
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:38:04 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:26 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "b722c7f6-c4d6-46ff-853f-309580d63352",
27
- "X-Runtime": "0.035625",
26
+ "X-Request-Id": "3f19729e-ad9b-482e-b46a-b27d0c8c3467",
27
+ "X-Runtime": "0.059056",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
32
  "request_path": "/api/admin/redirects/bulk",
33
- "request_body": "{\"redirects\":[{\"created_at\":\"2019-11-27T00:38:04.635Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo0\",\"updated_at\":\"2019-11-27T00:38:04.635Z\"},{\"created_at\":\"2019-11-27T00:38:04.635Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo1\",\"updated_at\":\"2019-11-27T00:38:04.635Z\"},{\"created_at\":\"2019-11-27T00:38:04.635Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo1\",\"updated_at\":\"2019-11-27T00:38:04.635Z\"}]}",
33
+ "request_body": "{\"redirects\":[{\"created_at\":\"2020-08-19T13:47:25.969Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo0\",\"updated_at\":\"2020-08-19T13:47:25.969Z\"},{\"created_at\":\"2020-08-19T13:47:25.969Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo1\",\"updated_at\":\"2020-08-19T13:47:25.969Z\"},{\"created_at\":\"2020-08-19T13:47:25.969Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo1\",\"updated_at\":\"2020-08-19T13:47:25.969Z\"}]}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 204,
36
36
  "response_status_text": "No Content",
37
37
  "response_body": null,
38
38
  "response_content_type": null,
39
- "curl": "curl \"https://www.example.com/api/admin/redirects/bulk\" -d '{\"redirects\":[{\"created_at\":\"2019-11-27T00:38:04.635Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo0\",\"updated_at\":\"2019-11-27T00:38:04.635Z\"},{\"created_at\":\"2019-11-27T00:38:04.635Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo1\",\"updated_at\":\"2019-11-27T00:38:04.635Z\"},{\"created_at\":\"2019-11-27T00:38:04.635Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo1\",\"updated_at\":\"2019-11-27T00:38:04.635Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/redirects/bulk\" -d '{\"redirects\":[{\"created_at\":\"2020-08-19T13:47:25.969Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo0\",\"updated_at\":\"2020-08-19T13:47:25.969Z\"},{\"created_at\":\"2020-08-19T13:47:25.969Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo1\",\"updated_at\":\"2020-08-19T13:47:25.969Z\"},{\"created_at\":\"2020-08-19T13:47:25.969Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo1\",\"updated_at\":\"2020-08-19T13:47:25.969Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Redirects",
@@ -19,27 +19,27 @@
19
19
  "X-Download-Options": "noopen",
20
20
  "X-Permitted-Cross-Domain-Policies": "none",
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
- "Location": "/api/admin/redirects/5dddc56e12415942540757a1",
22
+ "Location": "/api/admin/redirects/5f3d2d6f0218236de151edc5",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
24
  "X-Requested-With": "",
25
25
  "Vary": "X-Requested-With, X-Workarea-Segments",
26
- "Last-Modified": "Wed, 27 Nov 2019 00:38:06 GMT",
26
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:27 GMT",
27
27
  "Cache-Control": "no-cache, no-store, must-revalidate",
28
- "X-Request-Id": "c4dd0c65-e145-4a93-bb90-6dd4c212ba5b",
29
- "X-Runtime": "0.010541",
28
+ "X-Request-Id": "2c079d01-c7a5-4973-8389-6cb4d2f22563",
29
+ "X-Runtime": "0.021191",
30
30
  "X-Workarea-Segments": "",
31
31
  "Expires": "0",
32
32
  "Content-Length": "168"
33
33
  },
34
34
  "request_method": "POST",
35
35
  "request_path": "/api/admin/redirects",
36
- "request_body": "{\"redirect\":{\"created_at\":\"2019-11-27T00:38:06.195Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo\",\"updated_at\":\"2019-11-27T00:38:06.195Z\"}}",
36
+ "request_body": "{\"redirect\":{\"created_at\":\"2020-08-19T13:47:27.112Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo\",\"updated_at\":\"2020-08-19T13:47:27.112Z\"}}",
37
37
  "request_content_type": "application/json",
38
38
  "response_status": 201,
39
39
  "response_status_text": "Created",
40
- "response_body": "{\n \"redirect\": {\n \"_id\": \"5dddc56e12415942540757a1\",\n \"created_at\": \"2019-11-27T00:38:06.195Z\",\n \"destination\": \"/pages/faq\",\n \"path\": \"/foo\",\n \"updated_at\": \"2019-11-27T00:38:06.195Z\"\n }\n}",
40
+ "response_body": "{\n \"redirect\": {\n \"_id\": \"5f3d2d6f0218236de151edc5\",\n \"created_at\": \"2020-08-19T13:47:27.112Z\",\n \"destination\": \"/pages/faq\",\n \"path\": \"/foo\",\n \"updated_at\": \"2020-08-19T13:47:27.112Z\"\n }\n}",
41
41
  "response_content_type": "application/json",
42
- "curl": "curl \"https://www.example.com/api/admin/redirects\" -d '{\"redirect\":{\"created_at\":\"2019-11-27T00:38:06.195Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo\",\"updated_at\":\"2019-11-27T00:38:06.195Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
42
+ "curl": "curl \"https://www.example.com/api/admin/redirects\" -d '{\"redirect\":{\"created_at\":\"2020-08-19T13:47:27.112Z\",\"destination\":\"/pages/faq\",\"path\":\"/foo\",\"updated_at\":\"2020-08-19T13:47:27.112Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
43
43
  }
44
44
  ],
45
45
  "resource": "Redirects",
@@ -35,10 +35,10 @@
35
35
  "Content-Type": "application/json; charset=utf-8",
36
36
  "X-Requested-With": "",
37
37
  "Vary": "X-Requested-With, X-Workarea-Segments",
38
- "Last-Modified": "Wed, 27 Nov 2019 00:38:07 GMT",
38
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:28 GMT",
39
39
  "Cache-Control": "no-cache, no-store, must-revalidate",
40
- "X-Request-Id": "27760f54-5adc-4d4f-ae08-a06c74cf18c7",
41
- "X-Runtime": "0.006170",
40
+ "X-Request-Id": "8b39641f-9226-4f3e-ad85-8faeeeb55484",
41
+ "X-Runtime": "0.006607",
42
42
  "X-Workarea-Segments": "",
43
43
  "Expires": "0",
44
44
  "Content-Length": "323"
@@ -49,7 +49,7 @@
49
49
  "request_content_type": null,
50
50
  "response_status": 200,
51
51
  "response_status_text": "OK",
52
- "response_body": "{\n \"redirects\": [\n {\n \"_id\": \"5dddc56e12415942540757a7\",\n \"created_at\": \"2019-11-27T00:38:06.992Z\",\n \"destination\": \"/pages/faq\",\n \"path\": \"/1\",\n \"updated_at\": \"2019-11-27T00:38:06.992Z\"\n },\n {\n \"_id\": \"5dddc56e12415942540757a6\",\n \"created_at\": \"2019-11-27T00:38:06.988Z\",\n \"destination\": \"/pages/faq\",\n \"path\": \"/0\",\n \"updated_at\": \"2019-11-27T00:38:06.988Z\"\n }\n ]\n}",
52
+ "response_body": "{\n \"redirects\": [\n {\n \"_id\": \"5f3d2d700218236de151edcb\",\n \"created_at\": \"2020-08-19T13:47:28.365Z\",\n \"destination\": \"/pages/faq\",\n \"path\": \"/1\",\n \"updated_at\": \"2020-08-19T13:47:28.365Z\"\n },\n {\n \"_id\": \"5f3d2d700218236de151edca\",\n \"created_at\": \"2020-08-19T13:47:28.358Z\",\n \"destination\": \"/pages/faq\",\n \"path\": \"/0\",\n \"updated_at\": \"2020-08-19T13:47:28.358Z\"\n }\n ]\n}",
53
53
  "response_content_type": "application/json",
54
54
  "curl": "curl -g \"https://www.example.com/api/admin/redirects?page=1&sort_by=created_at&sort_direction=desc\" -X GET "
55
55
  }
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:38:09 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:22 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "e7125690-cb91-4a3b-adf7-f98c7f8b1c0e",
27
- "X-Runtime": "0.010424",
26
+ "X-Request-Id": "e25955e5-0385-4c8e-9f00-ba15972d888a",
27
+ "X-Runtime": "0.011580",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "DELETE",
32
- "request_path": "/api/admin/redirects/5dddc57112415942540757b1",
32
+ "request_path": "/api/admin/redirects/5f3d2d6a0218236de151eda5",
33
33
  "request_body": null,
34
34
  "request_content_type": "application/x-www-form-urlencoded",
35
35
  "response_status": 204,
36
36
  "response_status_text": "No Content",
37
37
  "response_body": null,
38
38
  "response_content_type": null,
39
- "curl": "curl \"https://www.example.com/api/admin/redirects/5dddc57112415942540757b1\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
39
+ "curl": "curl \"https://www.example.com/api/admin/redirects/5f3d2d6a0218236de151eda5\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
40
40
  }
41
41
  ],
42
42
  "resource": "Redirects",
@@ -21,23 +21,23 @@
21
21
  "Content-Type": "application/json; charset=utf-8",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:38:08 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:24 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "0c1e8f21-58b5-4606-b9f3-4c097cc5f7e8",
27
- "X-Runtime": "0.006264",
26
+ "X-Request-Id": "f6f69b4a-82e2-42eb-aa52-9970dece9619",
27
+ "X-Runtime": "0.005733",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0",
30
30
  "Content-Length": "168"
31
31
  },
32
32
  "request_method": "GET",
33
- "request_path": "/api/admin/redirects/5dddc57012415942540757ac",
33
+ "request_path": "/api/admin/redirects/5f3d2d6c0218236de151edb1",
34
34
  "request_body": null,
35
35
  "request_content_type": null,
36
36
  "response_status": 200,
37
37
  "response_status_text": "OK",
38
- "response_body": "{\n \"redirect\": {\n \"_id\": \"5dddc57012415942540757ac\",\n \"created_at\": \"2019-11-27T00:38:08.156Z\",\n \"destination\": \"/pages/faq\",\n \"path\": \"/faq\",\n \"updated_at\": \"2019-11-27T00:38:08.156Z\"\n }\n}",
38
+ "response_body": "{\n \"redirect\": {\n \"_id\": \"5f3d2d6c0218236de151edb1\",\n \"created_at\": \"2020-08-19T13:47:24.913Z\",\n \"destination\": \"/pages/faq\",\n \"path\": \"/faq\",\n \"updated_at\": \"2020-08-19T13:47:24.913Z\"\n }\n}",
39
39
  "response_content_type": "application/json",
40
- "curl": "curl -g \"https://www.example.com/api/admin/redirects/5dddc57012415942540757ac\" -X GET "
40
+ "curl": "curl -g \"https://www.example.com/api/admin/redirects/5f3d2d6c0218236de151edb1\" -X GET "
41
41
  }
42
42
  ],
43
43
  "resource": "Redirects",
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:38:02 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:47:23 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "a36a1ae2-2f24-4a60-a15f-bb91c7e1da32",
27
- "X-Runtime": "0.014030",
26
+ "X-Request-Id": "4818c449-9182-45f4-b1ea-4259572fb14f",
27
+ "X-Runtime": "0.015450",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
- "request_path": "/api/admin/redirects/5dddc56a124159425407578c",
32
+ "request_path": "/api/admin/redirects/5f3d2d6b0218236de151edab",
33
33
  "request_body": "{\"redirect\":{\"path\":\"/foobar\"}}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 204,
36
36
  "response_status_text": "No Content",
37
37
  "response_body": null,
38
38
  "response_content_type": null,
39
- "curl": "curl \"https://www.example.com/api/admin/redirects/5dddc56a124159425407578c\" -d '{\"redirect\":{\"path\":\"/foobar\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/redirects/5f3d2d6b0218236de151edab\" -d '{\"redirect\":{\"path\":\"/foobar\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Redirects",
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:40:56 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:50:41 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "0c126c08-2f50-44ed-a280-d88db673a406",
27
- "X-Runtime": "0.268515",
26
+ "X-Request-Id": "cff33cf5-1337-4d54-8671-9ea1ede590c8",
27
+ "X-Runtime": "0.364962",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
- "request_path": "/api/admin/products/A2B2BFBB90",
33
- "request_body": "{\"product\":{\"name\":\"foo\"},\"release_id\":\"5dddc6181241594254075dd7\"}",
32
+ "request_path": "/api/admin/products/9645130047",
33
+ "request_body": "{\"product\":{\"name\":\"foo\"},\"release_id\":\"5f3d2e310218236de151f743\"}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 204,
36
36
  "response_status_text": "No Content",
37
37
  "response_body": null,
38
38
  "response_content_type": null,
39
- "curl": "curl \"https://www.example.com/api/admin/products/A2B2BFBB90\" -d '{\"product\":{\"name\":\"foo\"},\"release_id\":\"5dddc6181241594254075dd7\"}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/products/9645130047\" -d '{\"product\":{\"name\":\"foo\"},\"release_id\":\"5f3d2e310218236de151f743\"}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Release Changes",
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "X-Requested-With": "",
23
23
  "Vary": "X-Requested-With, X-Workarea-Segments",
24
- "Last-Modified": "Wed, 27 Nov 2019 00:43:51 GMT",
24
+ "Last-Modified": "Wed, 19 Aug 2020 13:53:00 GMT",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "365268ab-ead0-4bf1-a9de-cc8f78cd10b5",
27
- "X-Runtime": "0.130734",
26
+ "X-Request-Id": "47d0da23-c1cc-4894-b0e4-da0f97cce937",
27
+ "X-Runtime": "0.123020",
28
28
  "X-Workarea-Segments": "",
29
29
  "Expires": "0"
30
30
  },
31
31
  "request_method": "PATCH",
32
32
  "request_path": "/api/admin/releases/bulk",
33
- "request_body": "{\"releases\":[{\"created_at\":\"2019-11-27T00:43:51.656Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2019-11-27T00:43:51.656Z\"},{\"created_at\":\"2019-11-27T00:43:51.656Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2019-11-27T00:43:51.656Z\"},{\"created_at\":\"2019-11-27T00:43:51.656Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2019-11-27T00:43:51.656Z\"}]}",
33
+ "request_body": "{\"releases\":[{\"created_at\":\"2020-08-19T13:53:00.545Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2020-08-19T13:53:00.545Z\"},{\"created_at\":\"2020-08-19T13:53:00.545Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2020-08-19T13:53:00.545Z\"},{\"created_at\":\"2020-08-19T13:53:00.545Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2020-08-19T13:53:00.545Z\"}]}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 204,
36
36
  "response_status_text": "No Content",
37
37
  "response_body": null,
38
38
  "response_content_type": null,
39
- "curl": "curl \"https://www.example.com/api/admin/releases/bulk\" -d '{\"releases\":[{\"created_at\":\"2019-11-27T00:43:51.656Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2019-11-27T00:43:51.656Z\"},{\"created_at\":\"2019-11-27T00:43:51.656Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2019-11-27T00:43:51.656Z\"},{\"created_at\":\"2019-11-27T00:43:51.656Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2019-11-27T00:43:51.656Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/releases/bulk\" -d '{\"releases\":[{\"created_at\":\"2020-08-19T13:53:00.545Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2020-08-19T13:53:00.545Z\"},{\"created_at\":\"2020-08-19T13:53:00.545Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2020-08-19T13:53:00.545Z\"},{\"created_at\":\"2020-08-19T13:53:00.545Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2020-08-19T13:53:00.545Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Releases",