workarea-api 4.4.6 → 4.4.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (218) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -15
  3. data/admin/LICENSE +52 -0
  4. data/admin/README.md +4 -7
  5. data/admin/workarea-api-admin.gemspec +5 -4
  6. data/doc/api/admin/categories/bulk_upserting_categories.json +4 -4
  7. data/doc/api/admin/categories/creating_a_category.json +7 -7
  8. data/doc/api/admin/categories/listing_categories.json +4 -4
  9. data/doc/api/admin/categories/removing_a_category.json +4 -4
  10. data/doc/api/admin/categories/showing_a_category.json +6 -6
  11. data/doc/api/admin/categories/updating_a_category.json +5 -5
  12. data/doc/api/admin/category_product_rules/creating_a_category_product_rule.json +7 -7
  13. data/doc/api/admin/category_product_rules/listing_category_product_rules.json +6 -6
  14. data/doc/api/admin/category_product_rules/removing_a_category_product_rule.json +4 -4
  15. data/doc/api/admin/category_product_rules/updating_a_category_product_rule.json +4 -4
  16. data/doc/api/admin/content/bulk_upserting_content.json +4 -4
  17. data/doc/api/admin/content/creating_content.json +7 -7
  18. data/doc/api/admin/content/listing_content.json +4 -4
  19. data/doc/api/admin/content/showing_content.json +6 -6
  20. data/doc/api/admin/content/updating_content.json +4 -4
  21. data/doc/api/admin/content_assets/bulk_upserting_content_assets.json +4 -4
  22. data/doc/api/admin/content_assets/creating_a_content_asset.json +7 -7
  23. data/doc/api/admin/content_assets/listing_content_assets.json +5 -5
  24. data/doc/api/admin/content_assets/removing_a_content_asset.json +4 -4
  25. data/doc/api/admin/content_assets/showing_a_content_asset.json +6 -6
  26. data/doc/api/admin/content_assets/updating_a_content_asset.json +5 -5
  27. data/doc/api/admin/discounts/creating_a_discount.json +7 -7
  28. data/doc/api/admin/discounts/listing_discounts.json +4 -4
  29. data/doc/api/admin/discounts/removing_a_discount.json +4 -4
  30. data/doc/api/admin/discounts/showing_a_discount.json +6 -6
  31. data/doc/api/admin/discounts/updating_discounts.json +4 -4
  32. data/doc/api/admin/email_signups/listing_email_signups.json +4 -4
  33. data/doc/api/admin/email_signups/showing_an_email_signup.json +6 -6
  34. data/doc/api/admin/fulfillment/listing_fulfillments.json +4 -4
  35. data/doc/api/admin/fulfillment/marking_items_as_canceled.json +6 -6
  36. data/doc/api/admin/fulfillment/marking_items_as_shipped.json +6 -6
  37. data/doc/api/admin/fulfillment/showing_fulfillment.json +4 -4
  38. data/doc/api/admin/inventory_skus/bulk_upserting_inventory_skus.json +4 -4
  39. data/doc/api/admin/inventory_skus/creating_an_inventory_sku.json +6 -6
  40. data/doc/api/admin/inventory_skus/listing_inventory_skus.json +4 -4
  41. data/doc/api/admin/inventory_skus/removing_an_inventory_sku.json +2 -2
  42. data/doc/api/admin/inventory_skus/showing_an_inventory_sku.json +4 -4
  43. data/doc/api/admin/inventory_skus/updating_an_inventory_sku.json +2 -2
  44. data/doc/api/admin/navigation_menus/creating_a_menu.json +7 -7
  45. data/doc/api/admin/navigation_menus/listing_menus.json +4 -4
  46. data/doc/api/admin/navigation_menus/removing_a_navigation_menu.json +4 -4
  47. data/doc/api/admin/navigation_menus/showing_a_navigation_menu.json +6 -6
  48. data/doc/api/admin/navigation_menus/updating_a_navigation_menus.json +4 -4
  49. data/doc/api/admin/navigation_taxonomy/bulk_upserting_navigation_taxons.json +4 -4
  50. data/doc/api/admin/navigation_taxonomy/creating_a_taxon.json +7 -7
  51. data/doc/api/admin/navigation_taxonomy/listing_taxons.json +4 -4
  52. data/doc/api/admin/navigation_taxonomy/removing_a_navigation_taxon.json +4 -4
  53. data/doc/api/admin/navigation_taxonomy/showing_a_navigation_taxon.json +6 -6
  54. data/doc/api/admin/navigation_taxonomy/updating_a_navigation_taxons.json +4 -4
  55. data/doc/api/admin/orders/listing_orders.json +4 -4
  56. data/doc/api/admin/orders/showing_an_order.json +4 -4
  57. data/doc/api/admin/orders/viewing_orders_by_date_range.json +8 -8
  58. data/doc/api/admin/pages/bulk_upserting_pages.json +4 -4
  59. data/doc/api/admin/pages/creating_a_page.json +7 -7
  60. data/doc/api/admin/pages/listing_pages.json +4 -4
  61. data/doc/api/admin/pages/removing_a_page.json +4 -4
  62. data/doc/api/admin/pages/showing_a_page.json +6 -6
  63. data/doc/api/admin/pages/updating_a_page.json +5 -5
  64. data/doc/api/admin/payment_profiles/bulk_upserting_payment_profiles.json +4 -4
  65. data/doc/api/admin/payment_profiles/creating_a_payment_profile.json +7 -7
  66. data/doc/api/admin/payment_profiles/listing_payment_profiles.json +4 -4
  67. data/doc/api/admin/payment_profiles/removing_a_payment_profile.json +4 -4
  68. data/doc/api/admin/payment_profiles/showing_a_payment_profile.json +6 -6
  69. data/doc/api/admin/payment_profiles/updating_a_payment_profiles.json +4 -4
  70. data/doc/api/admin/payment_transactions/listing_payment_transactions.json +4 -4
  71. data/doc/api/admin/payment_transactions/showing_a_payment_transaction.json +6 -6
  72. data/doc/api/admin/payments/listing_payments.json +4 -4
  73. data/doc/api/admin/payments/showing_an_payment.json +4 -4
  74. data/doc/api/admin/prices/creating_a_pricing_sku_price.json +4 -4
  75. data/doc/api/admin/prices/listing_pricing_sku_prices.json +4 -4
  76. data/doc/api/admin/prices/removing_a_pricing_sku_price.json +4 -4
  77. data/doc/api/admin/prices/updating_a_pricing_sku_price.json +4 -4
  78. data/doc/api/admin/pricing_skus/bulk_upserting_pricing_skus.json +4 -4
  79. data/doc/api/admin/pricing_skus/creating_an_pricing_sku.json +6 -6
  80. data/doc/api/admin/pricing_skus/listing_pricing_skus.json +4 -4
  81. data/doc/api/admin/pricing_skus/removing_an_pricing_sku.json +2 -2
  82. data/doc/api/admin/pricing_skus/showing_an_pricing_sku.json +4 -4
  83. data/doc/api/admin/pricing_skus/updating_an_pricing_sku.json +2 -2
  84. data/doc/api/admin/product_images/creating_a_product_image_from_base64.json +7 -7
  85. data/doc/api/admin/product_images/creating_a_product_image_from_url.json +7 -7
  86. data/doc/api/admin/product_images/listing_product_images.json +6 -6
  87. data/doc/api/admin/product_images/removing_a_product_image.json +4 -4
  88. data/doc/api/admin/product_images/updating_a_product_image.json +4 -4
  89. data/doc/api/admin/products/bulk_upserting_products.json +4 -4
  90. data/doc/api/admin/products/creating_a_product.json +7 -7
  91. data/doc/api/admin/products/listing_products.json +4 -4
  92. data/doc/api/admin/products/removing_a_product.json +4 -4
  93. data/doc/api/admin/products/showing_a_product.json +6 -6
  94. data/doc/api/admin/products/updating_a_product.json +5 -5
  95. data/doc/api/admin/promo_code_lists/bulk_upserting_promo_code_lists.json +4 -4
  96. data/doc/api/admin/promo_code_lists/creating_a_promo_code_list.json +7 -7
  97. data/doc/api/admin/promo_code_lists/listing_promo_code_lists.json +4 -4
  98. data/doc/api/admin/promo_code_lists/removing_a_promo_code_list.json +4 -4
  99. data/doc/api/admin/promo_code_lists/showing_a_promo_code_list.json +6 -6
  100. data/doc/api/admin/promo_code_lists/updating_a_promo_code_list.json +4 -4
  101. data/doc/api/admin/recommendation_settings/showing_recommendation_settings.json +6 -6
  102. data/doc/api/admin/recommendation_settings/updating_recommendation_settings.json +4 -4
  103. data/doc/api/admin/redirects/bulk_upserting_redirects.json +4 -4
  104. data/doc/api/admin/redirects/creating_a_redirect.json +7 -7
  105. data/doc/api/admin/redirects/listing_redirects.json +4 -4
  106. data/doc/api/admin/redirects/removing_a_redirect.json +4 -4
  107. data/doc/api/admin/redirects/showing_a_redirect.json +6 -6
  108. data/doc/api/admin/redirects/updating_a_redirects.json +4 -4
  109. data/doc/api/admin/release_changes/adding_changes_to_a_release.json +7 -7
  110. data/doc/api/admin/releases/bulk_upserting_releases.json +4 -4
  111. data/doc/api/admin/releases/creating_a_release.json +7 -7
  112. data/doc/api/admin/releases/listing_releases.json +4 -4
  113. data/doc/api/admin/releases/removing_a_release.json +4 -4
  114. data/doc/api/admin/releases/showing_a_release.json +6 -6
  115. data/doc/api/admin/releases/updating_a_release.json +5 -5
  116. data/doc/api/admin/saved_addresses/creating_a_saved_address.json +7 -7
  117. data/doc/api/admin/saved_addresses/listing_saved_address.json +6 -6
  118. data/doc/api/admin/saved_addresses/removing_a_saved_address.json +4 -4
  119. data/doc/api/admin/saved_addresses/updating_a_saved_address.json +4 -4
  120. data/doc/api/admin/saved_credit_cards/creating_a_saved_credit_card.json +8 -8
  121. data/doc/api/admin/saved_credit_cards/listing_saved_credit_cards.json +6 -6
  122. data/doc/api/admin/saved_credit_cards/removing_a_saved_credit_card.json +4 -4
  123. data/doc/api/admin/saved_credit_cards/updating_a_saved_credit_card.json +4 -4
  124. data/doc/api/admin/shipping/listing_shipments.json +4 -4
  125. data/doc/api/admin/shipping/showing_a_shipment.json +6 -6
  126. data/doc/api/admin/shipping_rates/creating_a_shipping_rate.json +7 -7
  127. data/doc/api/admin/shipping_rates/listing_shipping_rates.json +6 -6
  128. data/doc/api/admin/shipping_rates/removing_a_shipping_rate.json +4 -4
  129. data/doc/api/admin/shipping_rates/updating_a_shipping_rate.json +4 -4
  130. data/doc/api/admin/shipping_services/bulk_upserting_shipping_services.json +4 -4
  131. data/doc/api/admin/shipping_services/creating_a_shipping_service.json +7 -7
  132. data/doc/api/admin/shipping_services/listing_shipping_services.json +4 -4
  133. data/doc/api/admin/shipping_services/removing_a_shipping_service.json +4 -4
  134. data/doc/api/admin/shipping_services/showing_a_shipping_service.json +6 -6
  135. data/doc/api/admin/shipping_services/updating_a_shipping_service.json +5 -5
  136. data/doc/api/admin/tax_categories/bulk_upserting_tax_categories.json +4 -4
  137. data/doc/api/admin/tax_categories/creating_a_tax_category.json +7 -7
  138. data/doc/api/admin/tax_categories/listing_tax_categories.json +4 -4
  139. data/doc/api/admin/tax_categories/removing_a_tax_category.json +4 -4
  140. data/doc/api/admin/tax_categories/showing_a_tax_category.json +6 -6
  141. data/doc/api/admin/tax_categories/updating_a_tax_categories.json +4 -4
  142. data/doc/api/admin/tax_rates/creating_a_tax_rate.json +8 -8
  143. data/doc/api/admin/tax_rates/listing_tax_rates.json +6 -6
  144. data/doc/api/admin/tax_rates/removing_a_tax_rate.json +4 -4
  145. data/doc/api/admin/tax_rates/updating_a_tax_rate.json +4 -4
  146. data/doc/api/admin/users/bulk_upserting_users.json +4 -4
  147. data/doc/api/admin/users/creating_a_user.json +7 -7
  148. data/doc/api/admin/users/listing_users.json +4 -4
  149. data/doc/api/admin/users/removing_a_user.json +4 -4
  150. data/doc/api/admin/users/showing_a_user.json +6 -6
  151. data/doc/api/admin/users/updating_a_user.json +5 -5
  152. data/doc/api/admin/variants/creating_a_product_variant.json +6 -6
  153. data/doc/api/admin/variants/listing_product_variants.json +6 -6
  154. data/doc/api/admin/variants/removing_a_product_variant.json +4 -4
  155. data/doc/api/admin/variants/updating_a_product_variant.json +4 -4
  156. data/doc/api/storefront/accounts/creating_an_account.json +6 -6
  157. data/doc/api/storefront/accounts/getting_account_details.json +6 -6
  158. data/doc/api/storefront/accounts/updating_an_account.json +6 -6
  159. data/doc/api/storefront/analytics/saving_a_category_view.json +4 -4
  160. data/doc/api/storefront/analytics/saving_a_product_view.json +4 -4
  161. data/doc/api/storefront/analytics/saving_a_search.json +4 -4
  162. data/doc/api/storefront/assets/showing_an_asset.json +8 -8
  163. data/doc/api/storefront/authentication/creating_an_authentication_token.json +8 -8
  164. data/doc/api/storefront/authentication/refreshing_an_authentication_token.json +8 -8
  165. data/doc/api/storefront/authentication/using_an_authentication_token.json +9 -9
  166. data/doc/api/storefront/cart/adding_a_promo_code.json +9 -9
  167. data/doc/api/storefront/cart/adding_an_item.json +9 -9
  168. data/doc/api/storefront/cart/creating_a_new_cart_for_a_user.json +8 -8
  169. data/doc/api/storefront/cart/creating_a_new_guest_cart.json +6 -6
  170. data/doc/api/storefront/cart/delete_an_item.json +9 -9
  171. data/doc/api/storefront/cart/listing_user_s_carts.json +8 -8
  172. data/doc/api/storefront/cart/showing_cart.json +9 -9
  173. data/doc/api/storefront/cart/updating_an_item.json +9 -9
  174. data/doc/api/storefront/categories/showing_a_category.json +7 -7
  175. data/doc/api/storefront/categories/showing_a_listing_of_categories.json +7 -7
  176. data/doc/api/storefront/checkout/completing_a_checkout.json +8 -8
  177. data/doc/api/storefront/checkout/showing_a_checkout.json +8 -8
  178. data/doc/api/storefront/checkout/updating_a_checkout.json +8 -8
  179. data/doc/api/storefront/contacts/creating_a_contact.json +6 -6
  180. data/doc/api/storefront/email_signups/creating_an_email_signup.json +6 -6
  181. data/doc/api/storefront/email_signups/showing_an_email_signup_content.json +6 -6
  182. data/doc/api/storefront/menus/listing_menus.json +7 -7
  183. data/doc/api/storefront/menus/showing_a_menu.json +9 -9
  184. data/doc/api/storefront/orders/listing_the_user_s_orders.json +8 -8
  185. data/doc/api/storefront/orders/showing_an_order.json +9 -9
  186. data/doc/api/storefront/pages/showing_a_page.json +7 -7
  187. data/doc/api/storefront/password_resets/sending_a_forgot_password_email.json +6 -6
  188. data/doc/api/storefront/personalized_recommendations/showing_recommendations_with_a_session_id.json +10 -10
  189. data/doc/api/storefront/personalized_recommendations/showing_recommendations_with_authentication.json +8 -8
  190. data/doc/api/storefront/products/showing_a_product.json +7 -7
  191. data/doc/api/storefront/products/showing_a_product_with_a_specific_sku_selected.json +7 -7
  192. data/doc/api/storefront/recent_views/showing_recent_views_from_authentication.json +7 -7
  193. data/doc/api/storefront/recent_views/showing_recent_views_with_a_session_id.json +10 -10
  194. data/doc/api/storefront/recent_views/updating_recent_views_with_a_session_id.json +4 -4
  195. data/doc/api/storefront/recent_views/updating_recent_views_with_authentication.json +6 -6
  196. data/doc/api/storefront/saved_addresses/creating_a_saved_address.json +6 -6
  197. data/doc/api/storefront/saved_addresses/deleting_a_saved_address.json +5 -5
  198. data/doc/api/storefront/saved_addresses/listing_the_user_s_saved_addresses.json +8 -8
  199. data/doc/api/storefront/saved_addresses/showing_a_saved_address.json +7 -7
  200. data/doc/api/storefront/saved_addresses/updating_a_saved_address.json +7 -7
  201. data/doc/api/storefront/saved_credit_cards/creating_a_saved_credit_card.json +6 -6
  202. data/doc/api/storefront/saved_credit_cards/deleting_a_saved_credit_card.json +5 -5
  203. data/doc/api/storefront/saved_credit_cards/listing_the_user_s_saved_credit_cards.json +8 -8
  204. data/doc/api/storefront/saved_credit_cards/showing_a_saved_credit_card.json +7 -7
  205. data/doc/api/storefront/saved_credit_cards/updating_a_saved_credit_card.json +7 -7
  206. data/doc/api/storefront/searches/showing_search_autocomplete_suggestions.json +7 -7
  207. data/doc/api/storefront/searches/showing_search_results.json +7 -7
  208. data/doc/api/storefront/system_content/showing_system_content.json +7 -7
  209. data/doc/api/storefront/system_content/showing_the_home_page.json +7 -7
  210. data/doc/api/storefront/taxons/showing_a_taxon.json +9 -9
  211. data/doc/api/storefront/validation_errors/checkout_validation_errors.json +8 -8
  212. data/doc/api/storefront/validation_errors/general_validation_errors.json +4 -4
  213. data/lib/workarea/api/version.rb +1 -1
  214. data/storefront/LICENSE +52 -0
  215. data/storefront/README.md +4 -7
  216. data/storefront/workarea-api-storefront.gemspec +6 -5
  217. data/workarea-api.gemspec +3 -3
  218. metadata +13 -10
@@ -30,10 +30,10 @@
30
30
  "X-Permitted-Cross-Domain-Policies": "none",
31
31
  "Referrer-Policy": "strict-origin-when-cross-origin",
32
32
  "Content-Type": "application/json; charset=utf-8",
33
- "ETag": "W/\"e3d1320e84d6324c4bd52a6c1fea7b26\"",
33
+ "ETag": "W/\"9fda6a901e5e5d9053153cdb3309310b\"",
34
34
  "Cache-Control": "no-cache, no-store, must-revalidate",
35
- "X-Request-Id": "afb6a256-3f1c-4a07-8d75-595f99366599",
36
- "X-Runtime": "0.008100",
35
+ "X-Request-Id": "4e5b6421-e711-4ada-88b0-348548bbb7d9",
36
+ "X-Runtime": "0.008646",
37
37
  "Expires": "0",
38
38
  "Content-Length": "476"
39
39
  },
@@ -43,7 +43,7 @@
43
43
  "request_content_type": null,
44
44
  "response_status": 200,
45
45
  "response_status_text": "OK",
46
- "response_body": "{\n \"fulfillments\": [\n {\n \"_id\": \"2\",\n \"created_at\": \"2019-08-21T21:49:52.374Z\",\n \"items\": [\n {\n \"_id\": \"5d5dbc80d4322a4b69d78345\",\n \"created_at\": null,\n \"order_item_id\": \"5d5dbc7dd4322a4b69d78301\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-21T21:49:52.374Z\"\n },\n {\n \"_id\": \"1\",\n \"created_at\": \"2019-08-21T21:49:49.369Z\",\n \"items\": [\n {\n \"_id\": \"5d5dbc7dd4322a4b69d782fc\",\n \"created_at\": null,\n \"order_item_id\": \"5d5dbc7ad4322a4b69d782cf\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-21T21:49:49.369Z\"\n }\n ]\n}",
46
+ "response_body": "{\n \"fulfillments\": [\n {\n \"_id\": \"2\",\n \"created_at\": \"2019-08-22T17:05:30.587Z\",\n \"items\": [\n {\n \"_id\": \"5d5ecb5ad4322a04dfbf77a8\",\n \"created_at\": null,\n \"order_item_id\": \"5d5ecb57d4322a04dfbf7764\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-22T17:05:30.587Z\"\n },\n {\n \"_id\": \"1\",\n \"created_at\": \"2019-08-22T17:05:27.247Z\",\n \"items\": [\n {\n \"_id\": \"5d5ecb57d4322a04dfbf775f\",\n \"created_at\": null,\n \"order_item_id\": \"5d5ecb54d4322a04dfbf7732\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-22T17:05:27.247Z\"\n }\n ]\n}",
47
47
  "response_content_type": "application/json",
48
48
  "curl": "curl -g \"https://www.example.com/api/admin/fulfillments\" -X GET "
49
49
  }
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "Location": "/api/admin/fulfillments/1234",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
- "ETag": "W/\"3a0f2cdf376820db5c632d8cecb5e16d\"",
24
+ "ETag": "W/\"0fa7a729bbac800e0657c37173c2faa5\"",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "6228c126-77de-4c0c-b7d7-d3e9847cd8a3",
27
- "X-Runtime": "0.229706",
26
+ "X-Request-Id": "176dfe5f-8210-4657-9526-3d409ce5e030",
27
+ "X-Runtime": "0.230254",
28
28
  "Expires": "0",
29
29
  "Content-Length": "416"
30
30
  },
31
31
  "request_method": "POST",
32
32
  "request_path": "/api/admin/fulfillments/1234/cancel_items",
33
- "request_body": "{\"items\":[{\"id\":\"5d5dbc85d4322a4b69d78384\",\"quantity\":1}]}",
33
+ "request_body": "{\"items\":[{\"id\":\"5d5ecb63d4322a04dfbf781c\",\"quantity\":1}]}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 201,
36
36
  "response_status_text": "Created",
37
- "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2019-08-21T21:49:59.664Z\",\n \"items\": [\n {\n \"_id\": \"5d5dbc87d4322a4b69d783b1\",\n \"created_at\": null,\n \"events\": [\n {\n \"_id\": \"5d5dbc87d4322a4b69d783b2\",\n \"created_at\": \"2019-08-21T21:49:59.960Z\",\n \"data\": {\n },\n \"quantity\": 1,\n \"status\": \"canceled\",\n \"updated_at\": \"2019-08-21T21:49:59.960Z\"\n }\n ],\n \"order_item_id\": \"5d5dbc85d4322a4b69d78384\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-21T21:49:59.964Z\"\n }\n}",
37
+ "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2019-08-22T17:05:42.403Z\",\n \"items\": [\n {\n \"_id\": \"5d5ecb66d4322a04dfbf7849\",\n \"created_at\": null,\n \"events\": [\n {\n \"_id\": \"5d5ecb66d4322a04dfbf784a\",\n \"created_at\": \"2019-08-22T17:05:42.727Z\",\n \"data\": {\n },\n \"quantity\": 1,\n \"status\": \"canceled\",\n \"updated_at\": \"2019-08-22T17:05:42.727Z\"\n }\n ],\n \"order_item_id\": \"5d5ecb63d4322a04dfbf781c\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-22T17:05:42.730Z\"\n }\n}",
38
38
  "response_content_type": "application/json",
39
- "curl": "curl \"https://www.example.com/api/admin/fulfillments/1234/cancel_items\" -d '{\"items\":[{\"id\":\"5d5dbc85d4322a4b69d78384\",\"quantity\":1}]}' -X POST \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/fulfillments/1234/cancel_items\" -d '{\"items\":[{\"id\":\"5d5ecb63d4322a04dfbf781c\",\"quantity\":1}]}' -X POST \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Fulfillment",
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "Location": "/api/admin/fulfillments/1234",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
- "ETag": "W/\"24492b41765e7247d71d6dfabc79ca2d\"",
24
+ "ETag": "W/\"e33276c7ec1dae27cdb190f9892e54ec\"",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "9fbef416-6104-4c75-985f-ab5b713b5d69",
27
- "X-Runtime": "0.257822",
26
+ "X-Request-Id": "b6cc63e5-3373-4b7e-98bb-d8a42d63cc6f",
27
+ "X-Runtime": "0.232627",
28
28
  "Expires": "0",
29
29
  "Content-Length": "437"
30
30
  },
31
31
  "request_method": "POST",
32
32
  "request_path": "/api/admin/fulfillments/1234/ship_items",
33
- "request_body": "{\"tracking_number\":\"1Z\",\"items\":[{\"id\":\"5d5dbc81d4322a4b69d7834d\",\"quantity\":1}]}",
33
+ "request_body": "{\"tracking_number\":\"1Z\",\"items\":[{\"id\":\"5d5ecb5fd4322a04dfbf77e5\",\"quantity\":1}]}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 201,
36
36
  "response_status_text": "Created",
37
- "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2019-08-21T21:49:55.910Z\",\n \"items\": [\n {\n \"_id\": \"5d5dbc83d4322a4b69d7837a\",\n \"created_at\": null,\n \"events\": [\n {\n \"_id\": \"5d5dbc84d4322a4b69d7837b\",\n \"created_at\": \"2019-08-21T21:49:56.213Z\",\n \"data\": {\n \"tracking_number\": \"1z\"\n },\n \"quantity\": 1,\n \"status\": \"shipped\",\n \"updated_at\": \"2019-08-21T21:49:56.213Z\"\n }\n ],\n \"order_item_id\": \"5d5dbc81d4322a4b69d7834d\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-21T21:49:56.217Z\"\n }\n}",
37
+ "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2019-08-22T17:05:38.277Z\",\n \"items\": [\n {\n \"_id\": \"5d5ecb62d4322a04dfbf7812\",\n \"created_at\": null,\n \"events\": [\n {\n \"_id\": \"5d5ecb62d4322a04dfbf7813\",\n \"created_at\": \"2019-08-22T17:05:38.606Z\",\n \"data\": {\n \"tracking_number\": \"1z\"\n },\n \"quantity\": 1,\n \"status\": \"shipped\",\n \"updated_at\": \"2019-08-22T17:05:38.606Z\"\n }\n ],\n \"order_item_id\": \"5d5ecb5fd4322a04dfbf77e5\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-22T17:05:38.609Z\"\n }\n}",
38
38
  "response_content_type": "application/json",
39
- "curl": "curl \"https://www.example.com/api/admin/fulfillments/1234/ship_items\" -d '{\"tracking_number\":\"1Z\",\"items\":[{\"id\":\"5d5dbc81d4322a4b69d7834d\",\"quantity\":1}]}' -X POST \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/fulfillments/1234/ship_items\" -d '{\"tracking_number\":\"1Z\",\"items\":[{\"id\":\"5d5ecb5fd4322a04dfbf77e5\",\"quantity\":1}]}' -X POST \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Fulfillment",
@@ -19,10 +19,10 @@
19
19
  "X-Permitted-Cross-Domain-Policies": "none",
20
20
  "Referrer-Policy": "strict-origin-when-cross-origin",
21
21
  "Content-Type": "application/json; charset=utf-8",
22
- "ETag": "W/\"99ee682fa8ebf8ae86253ccdc157b2bb\"",
22
+ "ETag": "W/\"3cbadfd1cbb37db792302fb05c2952cd\"",
23
23
  "Cache-Control": "no-cache, no-store, must-revalidate",
24
- "X-Request-Id": "fad7957b-b685-46ca-8e4c-35b60111f9bf",
25
- "X-Runtime": "0.006785",
24
+ "X-Request-Id": "ac06d35a-459d-475e-ac71-0700ba9bf374",
25
+ "X-Runtime": "0.007645",
26
26
  "Expires": "0",
27
27
  "Content-Length": "247"
28
28
  },
@@ -32,7 +32,7 @@
32
32
  "request_content_type": null,
33
33
  "response_status": 200,
34
34
  "response_status_text": "OK",
35
- "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2019-08-21T21:49:45.862Z\",\n \"items\": [\n {\n \"_id\": \"5d5dbc79d4322a4b69d782c7\",\n \"created_at\": null,\n \"order_item_id\": \"5d5dbc77d4322a4b69d7829a\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-21T21:49:45.862Z\"\n }\n}",
35
+ "response_body": "{\n \"fulfillment\": {\n \"_id\": \"1234\",\n \"created_at\": \"2019-08-22T17:05:34.459Z\",\n \"items\": [\n {\n \"_id\": \"5d5ecb5ed4322a04dfbf77dd\",\n \"created_at\": null,\n \"order_item_id\": \"5d5ecb5bd4322a04dfbf77b0\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-22T17:05:34.459Z\"\n }\n}",
36
36
  "response_content_type": "application/json",
37
37
  "curl": "curl -g \"https://www.example.com/api/admin/fulfillments/1234\" -X GET "
38
38
  }
@@ -20,19 +20,19 @@
20
20
  "X-Permitted-Cross-Domain-Policies": "none",
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "Cache-Control": "no-cache, no-store, must-revalidate",
23
- "X-Request-Id": "347c9c07-9bc9-4d3b-8ae1-145d8a8d2853",
24
- "X-Runtime": "0.074538",
23
+ "X-Request-Id": "bcfa4f6d-9422-41e7-8208-8e73ecd762ca",
24
+ "X-Runtime": "0.081911",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
28
  "request_path": "/api/admin/inventory_skus/bulk",
29
- "request_body": "{\"inventory_skus\":[{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-21T21:49:40.125Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-21T21:49:40.125Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-21T21:49:40.125Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-21T21:49:40.125Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-21T21:49:40.125Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-21T21:49:40.125Z\",\"_id\":1}]}",
29
+ "request_body": "{\"inventory_skus\":[{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-22T17:02:51.415Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-22T17:02:51.415Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-22T17:02:51.415Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-22T17:02:51.415Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-22T17:02:51.415Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-22T17:02:51.415Z\",\"_id\":1}]}",
30
30
  "request_content_type": "application/json",
31
31
  "response_status": 204,
32
32
  "response_status_text": "No Content",
33
33
  "response_body": null,
34
34
  "response_content_type": null,
35
- "curl": "curl \"https://www.example.com/api/admin/inventory_skus/bulk\" -d '{\"inventory_skus\":[{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-21T21:49:40.125Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-21T21:49:40.125Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-21T21:49:40.125Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-21T21:49:40.125Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-21T21:49:40.125Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-21T21:49:40.125Z\",\"_id\":1}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/inventory_skus/bulk\" -d '{\"inventory_skus\":[{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-22T17:02:51.415Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-22T17:02:51.415Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-22T17:02:51.415Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-22T17:02:51.415Z\",\"_id\":1},{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-22T17:02:51.415Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-22T17:02:51.415Z\",\"_id\":1}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "Inventory SKUs",
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "Location": "/api/admin/inventory_skus/SKU2",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
- "ETag": "W/\"4e52248dfe4eae90e4f2395199a656ee\"",
24
+ "ETag": "W/\"1b9f8aa8c9fef184081c5fa286f0bc88\"",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "1e576642-618e-4a00-8a3a-1948fdf10ea1",
27
- "X-Runtime": "0.028036",
26
+ "X-Request-Id": "896576ff-e97c-4654-a0a3-0dfa87dcfc11",
27
+ "X-Runtime": "0.028686",
28
28
  "Expires": "0",
29
29
  "Content-Length": "226"
30
30
  },
31
31
  "request_method": "POST",
32
32
  "request_path": "/api/admin/inventory_skus",
33
- "request_body": "{\"inventory_sku\":{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-21T21:49:40.773Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-21T21:49:40.773Z\",\"_id\":\"SKU2\"}}",
33
+ "request_body": "{\"inventory_sku\":{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-22T17:02:54.824Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-22T17:02:54.824Z\",\"_id\":\"SKU2\"}}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 201,
36
36
  "response_status_text": "Created",
37
- "response_body": "{\n \"inventory_sku\": {\n \"_id\": \"SKU2\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-08-21T21:49:40.773Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-08-21T21:49:40.773Z\"\n }\n}",
37
+ "response_body": "{\n \"inventory_sku\": {\n \"_id\": \"SKU2\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-08-22T17:02:54.824Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-08-22T17:02:54.824Z\"\n }\n}",
38
38
  "response_content_type": "application/json",
39
- "curl": "curl \"https://www.example.com/api/admin/inventory_skus\" -d '{\"inventory_sku\":{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-21T21:49:40.773Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-21T21:49:40.773Z\",\"_id\":\"SKU2\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/inventory_skus\" -d '{\"inventory_sku\":{\"available\":5,\"backordered\":0,\"backordered_until\":null,\"created_at\":\"2019-08-22T17:02:54.824Z\",\"policy\":\"standard\",\"purchased\":0,\"reserve\":0,\"sellable\":5,\"updated_at\":\"2019-08-22T17:02:54.824Z\",\"_id\":\"SKU2\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Inventory SKUs",
@@ -33,10 +33,10 @@
33
33
  "X-Permitted-Cross-Domain-Policies": "none",
34
34
  "Referrer-Policy": "strict-origin-when-cross-origin",
35
35
  "Content-Type": "application/json; charset=utf-8",
36
- "ETag": "W/\"dbb4ece13149fc4b316b80daa1f4956f\"",
36
+ "ETag": "W/\"18449d53c04baf7381ff33c531e06838\"",
37
37
  "Cache-Control": "no-cache, no-store, must-revalidate",
38
- "X-Request-Id": "1b1411c2-0705-4da8-90ac-6a57b7e39e35",
39
- "X-Runtime": "0.007724",
38
+ "X-Request-Id": "e398e42b-c3e4-41ae-a2e0-0243955a1827",
39
+ "X-Runtime": "0.005027",
40
40
  "Expires": "0",
41
41
  "Content-Length": "438"
42
42
  },
@@ -46,7 +46,7 @@
46
46
  "request_content_type": null,
47
47
  "response_status": 200,
48
48
  "response_status_text": "OK",
49
- "response_body": "{\n \"inventory_skus\": [\n {\n \"_id\": \"SKU1\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-08-21T21:49:41.416Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-08-21T21:49:41.416Z\"\n },\n {\n \"_id\": \"SKU0\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-08-21T21:49:41.387Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-08-21T21:49:41.387Z\"\n }\n ]\n}",
49
+ "response_body": "{\n \"inventory_skus\": [\n {\n \"_id\": \"SKU1\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-08-22T17:02:53.522Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-08-22T17:02:53.522Z\"\n },\n {\n \"_id\": \"SKU0\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-08-22T17:02:53.493Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-08-22T17:02:53.493Z\"\n }\n ]\n}",
50
50
  "response_content_type": "application/json",
51
51
  "curl": "curl -g \"https://www.example.com/api/admin/inventory_skus?page=1&sort_by=created_at&sort_direction=desc\" -X GET "
52
52
  }
@@ -20,8 +20,8 @@
20
20
  "X-Permitted-Cross-Domain-Policies": "none",
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "Cache-Control": "no-cache, no-store, must-revalidate",
23
- "X-Request-Id": "2ff87811-6913-40d9-b525-9297fc6a6af2",
24
- "X-Runtime": "0.015225",
23
+ "X-Request-Id": "1fcdec8d-010d-40c9-ada8-0b5ede91a29d",
24
+ "X-Runtime": "0.017273",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "DELETE",
@@ -19,10 +19,10 @@
19
19
  "X-Permitted-Cross-Domain-Policies": "none",
20
20
  "Referrer-Policy": "strict-origin-when-cross-origin",
21
21
  "Content-Type": "application/json; charset=utf-8",
22
- "ETag": "W/\"3487ba930af60559198a87540eb211a4\"",
22
+ "ETag": "W/\"42517660eb728e37648cedab9e827f62\"",
23
23
  "Cache-Control": "no-cache, no-store, must-revalidate",
24
- "X-Request-Id": "9e3ecd74-8dc8-4c4d-9b21-ea702651f3a5",
25
- "X-Runtime": "0.006653",
24
+ "X-Request-Id": "837adc86-c3e4-4a4e-89de-9251fa6a9bee",
25
+ "X-Runtime": "0.004431",
26
26
  "Expires": "0",
27
27
  "Content-Length": "225"
28
28
  },
@@ -32,7 +32,7 @@
32
32
  "request_content_type": null,
33
33
  "response_status": 200,
34
34
  "response_status_text": "OK",
35
- "response_body": "{\n \"inventory_sku\": {\n \"_id\": \"SKU\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-08-21T21:49:39.556Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-08-21T21:49:39.556Z\"\n }\n}",
35
+ "response_body": "{\n \"inventory_sku\": {\n \"_id\": \"SKU\",\n \"available\": 5,\n \"backordered\": 0,\n \"backordered_until\": null,\n \"created_at\": \"2019-08-22T17:02:52.144Z\",\n \"policy\": \"standard\",\n \"purchased\": 0,\n \"reserve\": 0,\n \"sellable\": 5,\n \"updated_at\": \"2019-08-22T17:02:52.144Z\"\n }\n}",
36
36
  "response_content_type": "application/json",
37
37
  "curl": "curl -g \"https://www.example.com/api/admin/inventory_skus/SKU\" -X GET "
38
38
  }
@@ -20,8 +20,8 @@
20
20
  "X-Permitted-Cross-Domain-Policies": "none",
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "Cache-Control": "no-cache, no-store, must-revalidate",
23
- "X-Request-Id": "8c9cb251-55fd-43a6-beec-5ca8892d5820",
24
- "X-Runtime": "0.024355",
23
+ "X-Request-Id": "a62ce794-2ae2-40e1-b1b3-6fbea12db507",
24
+ "X-Runtime": "0.024868",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
@@ -19,24 +19,24 @@
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/navigation_menus/5d5dbcb4d4322a4b69d786b4",
22
+ "Location": "/api/admin/navigation_menus/5d5ecb7ed4322a04dfbf79a4",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
- "ETag": "W/\"02c70bc2c51ed7890c6ecedc8e5d2330\"",
24
+ "ETag": "W/\"c99e9773745be60af77bb16982435ffe\"",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "63b2e909-f1ed-4228-b1c6-081ddcbaf878",
27
- "X-Runtime": "0.041382",
26
+ "X-Request-Id": "1cab3d2b-adaf-4019-b245-5ab924f2ec37",
27
+ "X-Runtime": "0.042237",
28
28
  "Expires": "0",
29
29
  "Content-Length": "219"
30
30
  },
31
31
  "request_method": "POST",
32
32
  "request_path": "/api/admin/navigation_menus",
33
- "request_body": "{\"navigation_menu\":{\"active\":true,\"created_at\":\"2019-08-21T21:50:44.598Z\",\"name\":\"Test Taxon\",\"position\":0,\"taxon_id\":\"5d5dbcb4d4322a4b69d786b0\",\"updated_at\":\"2019-08-21T21:50:44.598Z\"}}",
33
+ "request_body": "{\"navigation_menu\":{\"active\":true,\"created_at\":\"2019-08-22T17:06:06.314Z\",\"name\":\"Test Taxon\",\"position\":0,\"taxon_id\":\"5d5ecb7ed4322a04dfbf79a0\",\"updated_at\":\"2019-08-22T17:06:06.314Z\"}}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 201,
36
36
  "response_status_text": "Created",
37
- "response_body": "{\n \"navigation_menu\": {\n \"_id\": \"5d5dbcb4d4322a4b69d786b4\",\n \"active\": true,\n \"created_at\": \"2019-08-21T21:50:44.598Z\",\n \"name\": \"Test Taxon\",\n \"position\": 0,\n \"taxon_id\": \"5d5dbcb4d4322a4b69d786b0\",\n \"updated_at\": \"2019-08-21T21:50:44.598Z\"\n }\n}",
37
+ "response_body": "{\n \"navigation_menu\": {\n \"_id\": \"5d5ecb7ed4322a04dfbf79a4\",\n \"active\": true,\n \"created_at\": \"2019-08-22T17:06:06.314Z\",\n \"name\": \"Test Taxon\",\n \"position\": 0,\n \"taxon_id\": \"5d5ecb7ed4322a04dfbf79a0\",\n \"updated_at\": \"2019-08-22T17:06:06.314Z\"\n }\n}",
38
38
  "response_content_type": "application/json",
39
- "curl": "curl \"https://www.example.com/api/admin/navigation_menus\" -d '{\"navigation_menu\":{\"active\":true,\"created_at\":\"2019-08-21T21:50:44.598Z\",\"name\":\"Test Taxon\",\"position\":0,\"taxon_id\":\"5d5dbcb4d4322a4b69d786b0\",\"updated_at\":\"2019-08-21T21:50:44.598Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/navigation_menus\" -d '{\"navigation_menu\":{\"active\":true,\"created_at\":\"2019-08-22T17:06:06.314Z\",\"name\":\"Test Taxon\",\"position\":0,\"taxon_id\":\"5d5ecb7ed4322a04dfbf79a0\",\"updated_at\":\"2019-08-22T17:06:06.314Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Navigation menus",
@@ -33,10 +33,10 @@
33
33
  "X-Permitted-Cross-Domain-Policies": "none",
34
34
  "Referrer-Policy": "strict-origin-when-cross-origin",
35
35
  "Content-Type": "application/json; charset=utf-8",
36
- "ETag": "W/\"0cb699a76fcb2a28dfa06e0a19f6c574\"",
36
+ "ETag": "W/\"6a33603b6b263364c8762adfb9d8a362\"",
37
37
  "Cache-Control": "no-cache, no-store, must-revalidate",
38
- "X-Request-Id": "92c5cc71-70e7-4f6d-86bc-85a6492557a4",
39
- "X-Runtime": "0.007370",
38
+ "X-Request-Id": "7d448963-a3ec-42a3-8187-3ba3bca7f874",
39
+ "X-Runtime": "0.006113",
40
40
  "Expires": "0",
41
41
  "Content-Length": "422"
42
42
  },
@@ -46,7 +46,7 @@
46
46
  "request_content_type": null,
47
47
  "response_status": 200,
48
48
  "response_status_text": "OK",
49
- "response_body": "{\n \"navigation_menus\": [\n {\n \"_id\": \"5d5dbcb5d4322a4b69d786c6\",\n \"active\": true,\n \"created_at\": \"2019-08-21T21:50:45.904Z\",\n \"name\": \"Test Taxon\",\n \"position\": 0,\n \"taxon_id\": \"5d5dbcb5d4322a4b69d786c4\",\n \"updated_at\": \"2019-08-21T21:50:45.904Z\"\n },\n {\n \"_id\": \"5d5dbcb5d4322a4b69d786c9\",\n \"active\": true,\n \"created_at\": \"2019-08-21T21:50:45.968Z\",\n \"name\": \"Test Taxon\",\n \"position\": 1,\n \"taxon_id\": \"5d5dbcb5d4322a4b69d786c8\",\n \"updated_at\": \"2019-08-21T21:50:45.968Z\"\n }\n ]\n}",
49
+ "response_body": "{\n \"navigation_menus\": [\n {\n \"_id\": \"5d5ecb7cd4322a04dfbf7989\",\n \"active\": true,\n \"created_at\": \"2019-08-22T17:06:04.169Z\",\n \"name\": \"Test Taxon\",\n \"position\": 0,\n \"taxon_id\": \"5d5ecb7cd4322a04dfbf7987\",\n \"updated_at\": \"2019-08-22T17:06:04.169Z\"\n },\n {\n \"_id\": \"5d5ecb7cd4322a04dfbf798c\",\n \"active\": true,\n \"created_at\": \"2019-08-22T17:06:04.227Z\",\n \"name\": \"Test Taxon\",\n \"position\": 1,\n \"taxon_id\": \"5d5ecb7cd4322a04dfbf798b\",\n \"updated_at\": \"2019-08-22T17:06:04.227Z\"\n }\n ]\n}",
50
50
  "response_content_type": "application/json",
51
51
  "curl": "curl -g \"https://www.example.com/api/admin/navigation_menus?page=1&sort_by=created_at&sort_direction=desc\" -X GET "
52
52
  }
@@ -20,19 +20,19 @@
20
20
  "X-Permitted-Cross-Domain-Policies": "none",
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "Cache-Control": "no-cache, no-store, must-revalidate",
23
- "X-Request-Id": "a306771a-ac31-4d7f-bde9-1f946983ee98",
24
- "X-Runtime": "0.019132",
23
+ "X-Request-Id": "ce233f41-2178-4bb1-bf93-6b9b37d020ff",
24
+ "X-Runtime": "0.021106",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "DELETE",
28
- "request_path": "/api/admin/navigation_menus/5d5dbcb5d4322a4b69d786bd",
28
+ "request_path": "/api/admin/navigation_menus/5d5ecb7fd4322a04dfbf79ad",
29
29
  "request_body": null,
30
30
  "request_content_type": "application/x-www-form-urlencoded",
31
31
  "response_status": 204,
32
32
  "response_status_text": "No Content",
33
33
  "response_body": null,
34
34
  "response_content_type": null,
35
- "curl": "curl \"https://www.example.com/api/admin/navigation_menus/5d5dbcb5d4322a4b69d786bd\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
35
+ "curl": "curl \"https://www.example.com/api/admin/navigation_menus/5d5ecb7fd4322a04dfbf79ad\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
36
36
  }
37
37
  ],
38
38
  "resource": "Navigation menus",
@@ -19,22 +19,22 @@
19
19
  "X-Permitted-Cross-Domain-Policies": "none",
20
20
  "Referrer-Policy": "strict-origin-when-cross-origin",
21
21
  "Content-Type": "application/json; charset=utf-8",
22
- "ETag": "W/\"35c5918667bf8d5c82c6cdb32b87ccfd\"",
22
+ "ETag": "W/\"34f51b940068aeb64d3381544579eac2\"",
23
23
  "Cache-Control": "no-cache, no-store, must-revalidate",
24
- "X-Request-Id": "907111eb-87ba-4f1b-a3ea-c7771b7f86c5",
25
- "X-Runtime": "0.006445",
24
+ "X-Request-Id": "c429c049-f539-4326-9bad-388b28e24061",
25
+ "X-Runtime": "0.006350",
26
26
  "Expires": "0",
27
27
  "Content-Length": "219"
28
28
  },
29
29
  "request_method": "GET",
30
- "request_path": "/api/admin/navigation_menus/5d5dbcb6d4322a4b69d786d0",
30
+ "request_path": "/api/admin/navigation_menus/5d5ecb7cd4322a04dfbf7993",
31
31
  "request_body": null,
32
32
  "request_content_type": null,
33
33
  "response_status": 200,
34
34
  "response_status_text": "OK",
35
- "response_body": "{\n \"navigation_menu\": {\n \"_id\": \"5d5dbcb6d4322a4b69d786d0\",\n \"active\": true,\n \"created_at\": \"2019-08-21T21:50:46.591Z\",\n \"name\": \"Test Taxon\",\n \"position\": 0,\n \"taxon_id\": \"5d5dbcb6d4322a4b69d786ce\",\n \"updated_at\": \"2019-08-21T21:50:46.591Z\"\n }\n}",
35
+ "response_body": "{\n \"navigation_menu\": {\n \"_id\": \"5d5ecb7cd4322a04dfbf7993\",\n \"active\": true,\n \"created_at\": \"2019-08-22T17:06:04.910Z\",\n \"name\": \"Test Taxon\",\n \"position\": 0,\n \"taxon_id\": \"5d5ecb7cd4322a04dfbf7991\",\n \"updated_at\": \"2019-08-22T17:06:04.910Z\"\n }\n}",
36
36
  "response_content_type": "application/json",
37
- "curl": "curl -g \"https://www.example.com/api/admin/navigation_menus/5d5dbcb6d4322a4b69d786d0\" -X GET "
37
+ "curl": "curl -g \"https://www.example.com/api/admin/navigation_menus/5d5ecb7cd4322a04dfbf7993\" -X GET "
38
38
  }
39
39
  ],
40
40
  "resource": "Navigation menus",
@@ -20,19 +20,19 @@
20
20
  "X-Permitted-Cross-Domain-Policies": "none",
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "Cache-Control": "no-cache, no-store, must-revalidate",
23
- "X-Request-Id": "a9a74f34-eee9-454b-91c7-2a16e68e574d",
24
- "X-Runtime": "0.035538",
23
+ "X-Request-Id": "cadf5ac4-cf28-443b-91d9-1c80fa52bfa3",
24
+ "X-Runtime": "0.036517",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
- "request_path": "/api/admin/navigation_menus/5d5dbcb7d4322a4b69d786d7",
28
+ "request_path": "/api/admin/navigation_menus/5d5ecb7dd4322a04dfbf799a",
29
29
  "request_body": "{\"navigation_menu\":{\"name\":\"foo\"}}",
30
30
  "request_content_type": "application/json",
31
31
  "response_status": 204,
32
32
  "response_status_text": "No Content",
33
33
  "response_body": null,
34
34
  "response_content_type": null,
35
- "curl": "curl \"https://www.example.com/api/admin/navigation_menus/5d5dbcb7d4322a4b69d786d7\" -d '{\"navigation_menu\":{\"name\":\"foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/navigation_menus/5d5ecb7dd4322a04dfbf799a\" -d '{\"navigation_menu\":{\"name\":\"foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "Navigation menus",
@@ -20,19 +20,19 @@
20
20
  "X-Permitted-Cross-Domain-Policies": "none",
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "Cache-Control": "no-cache, no-store, must-revalidate",
23
- "X-Request-Id": "0a09d2ba-e581-4504-9e83-6b165c69ed68",
24
- "X-Runtime": "0.083282",
23
+ "X-Request-Id": "776b2f31-c48f-4ec2-b4ba-91bfde1fd481",
24
+ "X-Runtime": "0.086464",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
28
  "request_path": "/api/admin/navigation_taxons/bulk",
29
- "request_body": "{\"navigation_taxons\":[{\"children_count\":0,\"created_at\":\"2019-08-21T21:51:15.340Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5dbcd3d4322a4b69d78972\",\"parent_ids\":[\"5d5dbcd3d4322a4b69d78972\"],\"position\":0,\"updated_at\":\"2019-08-21T21:51:15.340Z\",\"url\":null},{\"children_count\":0,\"created_at\":\"2019-08-21T21:51:15.340Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5dbcd3d4322a4b69d78972\",\"parent_ids\":[\"5d5dbcd3d4322a4b69d78972\"],\"position\":0,\"updated_at\":\"2019-08-21T21:51:15.340Z\",\"url\":null},{\"children_count\":0,\"created_at\":\"2019-08-21T21:51:15.340Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5dbcd3d4322a4b69d78972\",\"parent_ids\":[\"5d5dbcd3d4322a4b69d78972\"],\"position\":0,\"updated_at\":\"2019-08-21T21:51:15.340Z\",\"url\":null}]}",
29
+ "request_body": "{\"navigation_taxons\":[{\"children_count\":0,\"created_at\":\"2019-08-22T17:04:29.822Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5ecb1dd4322a04dfbf7488\",\"parent_ids\":[\"5d5ecb1dd4322a04dfbf7488\"],\"position\":0,\"updated_at\":\"2019-08-22T17:04:29.822Z\",\"url\":null},{\"children_count\":0,\"created_at\":\"2019-08-22T17:04:29.822Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5ecb1dd4322a04dfbf7488\",\"parent_ids\":[\"5d5ecb1dd4322a04dfbf7488\"],\"position\":0,\"updated_at\":\"2019-08-22T17:04:29.822Z\",\"url\":null},{\"children_count\":0,\"created_at\":\"2019-08-22T17:04:29.822Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5ecb1dd4322a04dfbf7488\",\"parent_ids\":[\"5d5ecb1dd4322a04dfbf7488\"],\"position\":0,\"updated_at\":\"2019-08-22T17:04:29.822Z\",\"url\":null}]}",
30
30
  "request_content_type": "application/json",
31
31
  "response_status": 204,
32
32
  "response_status_text": "No Content",
33
33
  "response_body": null,
34
34
  "response_content_type": null,
35
- "curl": "curl \"https://www.example.com/api/admin/navigation_taxons/bulk\" -d '{\"navigation_taxons\":[{\"children_count\":0,\"created_at\":\"2019-08-21T21:51:15.340Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5dbcd3d4322a4b69d78972\",\"parent_ids\":[\"5d5dbcd3d4322a4b69d78972\"],\"position\":0,\"updated_at\":\"2019-08-21T21:51:15.340Z\",\"url\":null},{\"children_count\":0,\"created_at\":\"2019-08-21T21:51:15.340Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5dbcd3d4322a4b69d78972\",\"parent_ids\":[\"5d5dbcd3d4322a4b69d78972\"],\"position\":0,\"updated_at\":\"2019-08-21T21:51:15.340Z\",\"url\":null},{\"children_count\":0,\"created_at\":\"2019-08-21T21:51:15.340Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5dbcd3d4322a4b69d78972\",\"parent_ids\":[\"5d5dbcd3d4322a4b69d78972\"],\"position\":0,\"updated_at\":\"2019-08-21T21:51:15.340Z\",\"url\":null}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/navigation_taxons/bulk\" -d '{\"navigation_taxons\":[{\"children_count\":0,\"created_at\":\"2019-08-22T17:04:29.822Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5ecb1dd4322a04dfbf7488\",\"parent_ids\":[\"5d5ecb1dd4322a04dfbf7488\"],\"position\":0,\"updated_at\":\"2019-08-22T17:04:29.822Z\",\"url\":null},{\"children_count\":0,\"created_at\":\"2019-08-22T17:04:29.822Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5ecb1dd4322a04dfbf7488\",\"parent_ids\":[\"5d5ecb1dd4322a04dfbf7488\"],\"position\":0,\"updated_at\":\"2019-08-22T17:04:29.822Z\",\"url\":null},{\"children_count\":0,\"created_at\":\"2019-08-22T17:04:29.822Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5ecb1dd4322a04dfbf7488\",\"parent_ids\":[\"5d5ecb1dd4322a04dfbf7488\"],\"position\":0,\"updated_at\":\"2019-08-22T17:04:29.822Z\",\"url\":null}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "Navigation taxonomy",
@@ -19,24 +19,24 @@
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/navigation_taxons/5d5dbcd4d4322a4b69d78985",
22
+ "Location": "/api/admin/navigation_taxons/5d5ecb1ed4322a04dfbf749b",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
- "ETag": "W/\"8699d9ab717c3f3e65ac7ed371c6cca7\"",
24
+ "ETag": "W/\"91b4fda4a1dc919b3f5926c1e19a097f\"",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "385dfe84-113e-446f-9a1b-09ab52763d55",
27
- "X-Runtime": "0.020571",
26
+ "X-Request-Id": "cfb27fc8-74af-4059-901f-86c7a3803482",
27
+ "X-Runtime": "0.021912",
28
28
  "Expires": "0",
29
29
  "Content-Length": "353"
30
30
  },
31
31
  "request_method": "POST",
32
32
  "request_path": "/api/admin/navigation_taxons",
33
- "request_body": "{\"navigation_taxon\":{\"children_count\":0,\"created_at\":\"2019-08-21T21:51:16.002Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5dbcd3d4322a4b69d78984\",\"parent_ids\":[\"5d5dbcd3d4322a4b69d78984\"],\"position\":0,\"updated_at\":\"2019-08-21T21:51:16.002Z\",\"url\":null}}",
33
+ "request_body": "{\"navigation_taxon\":{\"children_count\":0,\"created_at\":\"2019-08-22T17:04:30.592Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5ecb1ed4322a04dfbf749a\",\"parent_ids\":[\"5d5ecb1ed4322a04dfbf749a\"],\"position\":0,\"updated_at\":\"2019-08-22T17:04:30.592Z\",\"url\":null}}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 201,
36
36
  "response_status_text": "Created",
37
- "response_body": "{\n \"navigation_taxon\": {\n \"_id\": \"5d5dbcd4d4322a4b69d78985\",\n \"children_count\": 0,\n \"created_at\": \"2019-08-21T21:51:16.002Z\",\n \"depth\": 1,\n \"name\": \"Test Taxon\",\n \"navigable_id\": null,\n \"navigable_slug\": null,\n \"navigable_type\": null,\n \"parent_id\": \"5d5dbcd3d4322a4b69d78984\",\n \"parent_ids\": [\n \"5d5dbcd3d4322a4b69d78984\"\n ],\n \"position\": 1,\n \"updated_at\": \"2019-08-21T21:51:16.002Z\",\n \"url\": null\n }\n}",
37
+ "response_body": "{\n \"navigation_taxon\": {\n \"_id\": \"5d5ecb1ed4322a04dfbf749b\",\n \"children_count\": 0,\n \"created_at\": \"2019-08-22T17:04:30.592Z\",\n \"depth\": 1,\n \"name\": \"Test Taxon\",\n \"navigable_id\": null,\n \"navigable_slug\": null,\n \"navigable_type\": null,\n \"parent_id\": \"5d5ecb1ed4322a04dfbf749a\",\n \"parent_ids\": [\n \"5d5ecb1ed4322a04dfbf749a\"\n ],\n \"position\": 1,\n \"updated_at\": \"2019-08-22T17:04:30.592Z\",\n \"url\": null\n }\n}",
38
38
  "response_content_type": "application/json",
39
- "curl": "curl \"https://www.example.com/api/admin/navigation_taxons\" -d '{\"navigation_taxon\":{\"children_count\":0,\"created_at\":\"2019-08-21T21:51:16.002Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5dbcd3d4322a4b69d78984\",\"parent_ids\":[\"5d5dbcd3d4322a4b69d78984\"],\"position\":0,\"updated_at\":\"2019-08-21T21:51:16.002Z\",\"url\":null}}' -X POST \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/navigation_taxons\" -d '{\"navigation_taxon\":{\"children_count\":0,\"created_at\":\"2019-08-22T17:04:30.592Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5ecb1ed4322a04dfbf749a\",\"parent_ids\":[\"5d5ecb1ed4322a04dfbf749a\"],\"position\":0,\"updated_at\":\"2019-08-22T17:04:30.592Z\",\"url\":null}}' -X POST \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Navigation taxonomy",
@@ -33,10 +33,10 @@
33
33
  "X-Permitted-Cross-Domain-Policies": "none",
34
34
  "Referrer-Policy": "strict-origin-when-cross-origin",
35
35
  "Content-Type": "application/json; charset=utf-8",
36
- "ETag": "W/\"dee327c1543a978c05168695949b287f\"",
36
+ "ETag": "W/\"719b12e03ce037006df53555ba74f932\"",
37
37
  "Cache-Control": "no-cache, no-store, must-revalidate",
38
- "X-Request-Id": "8543309c-f212-4102-be13-4330e28b2f44",
39
- "X-Runtime": "0.006967",
38
+ "X-Request-Id": "6036520c-29b1-485b-9258-b7f3b3d056c2",
39
+ "X-Runtime": "0.007085",
40
40
  "Expires": "0",
41
41
  "Content-Length": "967"
42
42
  },
@@ -46,7 +46,7 @@
46
46
  "request_content_type": null,
47
47
  "response_status": 200,
48
48
  "response_status_text": "OK",
49
- "response_body": "{\n \"navigation_taxons\": [\n {\n \"_id\": \"5d5dbcd0d4322a4b69d7895a\",\n \"children_count\": 0,\n \"created_at\": \"2019-08-21T21:51:12.979Z\",\n \"depth\": 1,\n \"name\": \"Test Taxon\",\n \"navigable_id\": null,\n \"navigable_slug\": null,\n \"navigable_type\": null,\n \"parent_id\": \"5d5dbcd0d4322a4b69d7895b\",\n \"parent_ids\": [\n \"5d5dbcd0d4322a4b69d7895b\"\n ],\n \"position\": 0,\n \"updated_at\": \"2019-08-21T21:51:12.979Z\",\n \"url\": null\n },\n {\n \"_id\": \"5d5dbcd0d4322a4b69d7895b\",\n \"children_count\": 2,\n \"created_at\": \"2019-08-21T21:51:12.972Z\",\n \"depth\": 0,\n \"name\": \"Home\",\n \"navigable_id\": null,\n \"navigable_slug\": null,\n \"navigable_type\": null,\n \"parent_id\": null,\n \"parent_ids\": [\n\n ],\n \"position\": 0,\n \"updated_at\": \"2019-08-21T21:51:12.998Z\",\n \"url\": \"/\"\n },\n {\n \"_id\": \"5d5dbcd0d4322a4b69d7895c\",\n \"children_count\": 0,\n \"created_at\": \"2019-08-21T21:51:12.993Z\",\n \"depth\": 1,\n \"name\": \"Test Taxon\",\n \"navigable_id\": null,\n \"navigable_slug\": null,\n \"navigable_type\": null,\n \"parent_id\": \"5d5dbcd0d4322a4b69d7895b\",\n \"parent_ids\": [\n \"5d5dbcd0d4322a4b69d7895b\"\n ],\n \"position\": 1,\n \"updated_at\": \"2019-08-21T21:51:12.993Z\",\n \"url\": null\n }\n ]\n}",
49
+ "response_body": "{\n \"navigation_taxons\": [\n {\n \"_id\": \"5d5ecb1fd4322a04dfbf74a5\",\n \"children_count\": 0,\n \"created_at\": \"2019-08-22T17:04:31.961Z\",\n \"depth\": 1,\n \"name\": \"Test Taxon\",\n \"navigable_id\": null,\n \"navigable_slug\": null,\n \"navigable_type\": null,\n \"parent_id\": \"5d5ecb1fd4322a04dfbf74a6\",\n \"parent_ids\": [\n \"5d5ecb1fd4322a04dfbf74a6\"\n ],\n \"position\": 0,\n \"updated_at\": \"2019-08-22T17:04:31.961Z\",\n \"url\": null\n },\n {\n \"_id\": \"5d5ecb1fd4322a04dfbf74a6\",\n \"children_count\": 2,\n \"created_at\": \"2019-08-22T17:04:31.941Z\",\n \"depth\": 0,\n \"name\": \"Home\",\n \"navigable_id\": null,\n \"navigable_slug\": null,\n \"navigable_type\": null,\n \"parent_id\": null,\n \"parent_ids\": [\n\n ],\n \"position\": 0,\n \"updated_at\": \"2019-08-22T17:04:32.007Z\",\n \"url\": \"/\"\n },\n {\n \"_id\": \"5d5ecb1fd4322a04dfbf74a7\",\n \"children_count\": 0,\n \"created_at\": \"2019-08-22T17:04:31.998Z\",\n \"depth\": 1,\n \"name\": \"Test Taxon\",\n \"navigable_id\": null,\n \"navigable_slug\": null,\n \"navigable_type\": null,\n \"parent_id\": \"5d5ecb1fd4322a04dfbf74a6\",\n \"parent_ids\": [\n \"5d5ecb1fd4322a04dfbf74a6\"\n ],\n \"position\": 1,\n \"updated_at\": \"2019-08-22T17:04:31.998Z\",\n \"url\": null\n }\n ]\n}",
50
50
  "response_content_type": "application/json",
51
51
  "curl": "curl -g \"https://www.example.com/api/admin/navigation_taxons?page=1&sort_by=created_at&sort_direction=desc\" -X GET "
52
52
  }