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
@@ -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": "314e9e9f-10e6-443b-a2bb-a4adc51c8857",
24
- "X-Runtime": "0.005894",
23
+ "X-Request-Id": "4c37b9f1-03e8-4a4f-9653-57ab667e886c",
24
+ "X-Runtime": "0.009974",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "DELETE",
28
- "request_path": "/api/admin/tax_categories/5d5dbd30d4322a4b69d78e0c",
28
+ "request_path": "/api/admin/tax_categories/5d5ecacbd4322a04dfbf70e7",
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/tax_categories/5d5dbd30d4322a4b69d78e0c\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
35
+ "curl": "curl \"https://www.example.com/api/admin/tax_categories/5d5ecacbd4322a04dfbf70e7\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
36
36
  }
37
37
  ],
38
38
  "resource": "Tax Categories",
@@ -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/\"42b0dce6b342e3e54776f9a5daac854f\"",
22
+ "ETag": "W/\"0bbd3cdc3edc578c64f0d7af5502afff\"",
23
23
  "Cache-Control": "no-cache, no-store, must-revalidate",
24
- "X-Request-Id": "13c475cc-137f-47dd-b944-5c6b2ecb2859",
25
- "X-Runtime": "0.003804",
24
+ "X-Request-Id": "1e57797d-04a0-45da-a308-6581ca9abba9",
25
+ "X-Runtime": "0.004301",
26
26
  "Expires": "0",
27
27
  "Content-Length": "161"
28
28
  },
29
29
  "request_method": "GET",
30
- "request_path": "/api/admin/tax_categories/5d5dbd32d4322a4b69d78e1f",
30
+ "request_path": "/api/admin/tax_categories/5d5ecac9d4322a04dfbf70d1",
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 \"tax_category\": {\n \"_id\": \"5d5dbd32d4322a4b69d78e1f\",\n \"code\": \"32\",\n \"created_at\": \"2019-08-21T21:52:50.169Z\",\n \"name\": \"Clothing\",\n \"updated_at\": \"2019-08-21T21:52:50.169Z\"\n }\n}",
35
+ "response_body": "{\n \"tax_category\": {\n \"_id\": \"5d5ecac9d4322a04dfbf70d1\",\n \"code\": \"19\",\n \"created_at\": \"2019-08-22T17:03:05.598Z\",\n \"name\": \"Clothing\",\n \"updated_at\": \"2019-08-22T17:03:05.598Z\"\n }\n}",
36
36
  "response_content_type": "application/json",
37
- "curl": "curl -g \"https://www.example.com/api/admin/tax_categories/5d5dbd32d4322a4b69d78e1f\" -X GET "
37
+ "curl": "curl -g \"https://www.example.com/api/admin/tax_categories/5d5ecac9d4322a04dfbf70d1\" -X GET "
38
38
  }
39
39
  ],
40
40
  "resource": "Tax Categories",
@@ -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": "8f2f73d7-3419-4d08-bcc7-5facc7667272",
24
- "X-Runtime": "0.008818",
23
+ "X-Request-Id": "0bff2858-3cd0-4d17-8c79-4c04ba7fa7ee",
24
+ "X-Runtime": "0.009087",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
- "request_path": "/api/admin/tax_categories/5d5dbd31d4322a4b69d78e12",
28
+ "request_path": "/api/admin/tax_categories/5d5ecacad4322a04dfbf70d6",
29
29
  "request_body": "{\"tax_category\":{\"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/tax_categories/5d5dbd31d4322a4b69d78e12\" -d '{\"tax_category\":{\"name\":\"foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/tax_categories/5d5ecacad4322a04dfbf70d6\" -d '{\"tax_category\":{\"name\":\"foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "Tax Categories",
@@ -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/tax_categories/5d5dbcced4322a4b69d78944/rates/5d5dbcced4322a4b69d78945",
22
+ "Location": "/api/admin/tax_categories/5d5ecb2bd4322a04dfbf750f/rates/5d5ecb2bd4322a04dfbf7510",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
- "ETag": "W/\"e6de92c0e210c4debd8c7675c827866c\"",
24
+ "ETag": "W/\"94e4261ed9c87bb4ecdebb8c0df6f289\"",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "fd61d800-c116-4c5a-8a19-747008314782",
27
- "X-Runtime": "0.009738",
26
+ "X-Request-Id": "a34cfbd1-4fc5-489d-b733-07a9f01d50d3",
27
+ "X-Runtime": "0.010304",
28
28
  "Expires": "0",
29
29
  "Content-Length": "288"
30
30
  },
31
31
  "request_method": "POST",
32
- "request_path": "/api/admin/tax_categories/5d5dbcced4322a4b69d78944/rates",
33
- "request_body": "{\"rate\":{\"category_id\":\"5d5dbcced4322a4b69d78944\",\"charge_on_shipping\":true,\"country\":\"US\",\"created_at\":\"2019-08-21T21:51:10.142Z\",\"percentage\":0.06,\"postal_code\":null,\"region\":\"PA\",\"tier_max\":null,\"tier_min\":null,\"updated_at\":\"2019-08-21T21:51:10.142Z\"}}",
32
+ "request_path": "/api/admin/tax_categories/5d5ecb2bd4322a04dfbf750f/rates",
33
+ "request_body": "{\"rate\":{\"category_id\":\"5d5ecb2bd4322a04dfbf750f\",\"charge_on_shipping\":true,\"country\":\"US\",\"created_at\":\"2019-08-22T17:04:43.444Z\",\"percentage\":0.06,\"postal_code\":null,\"region\":\"PA\",\"tier_max\":null,\"tier_min\":null,\"updated_at\":\"2019-08-22T17:04:43.444Z\"}}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 201,
36
36
  "response_status_text": "Created",
37
- "response_body": "{\n \"rate\": {\n \"_id\": \"5d5dbcced4322a4b69d78945\",\n \"category_id\": \"5d5dbcced4322a4b69d78944\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"created_at\": \"2019-08-21T21:51:10.142Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"region\": \"PA\",\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-08-21T21:51:10.142Z\"\n }\n}",
37
+ "response_body": "{\n \"rate\": {\n \"_id\": \"5d5ecb2bd4322a04dfbf7510\",\n \"category_id\": \"5d5ecb2bd4322a04dfbf750f\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"created_at\": \"2019-08-22T17:04:43.444Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"region\": \"PA\",\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-08-22T17:04:43.444Z\"\n }\n}",
38
38
  "response_content_type": "application/json",
39
- "curl": "curl \"https://www.example.com/api/admin/tax_categories/5d5dbcced4322a4b69d78944/rates\" -d '{\"rate\":{\"category_id\":\"5d5dbcced4322a4b69d78944\",\"charge_on_shipping\":true,\"country\":\"US\",\"created_at\":\"2019-08-21T21:51:10.142Z\",\"percentage\":0.06,\"postal_code\":null,\"region\":\"PA\",\"tier_max\":null,\"tier_min\":null,\"updated_at\":\"2019-08-21T21:51:10.142Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/tax_categories/5d5ecb2bd4322a04dfbf750f/rates\" -d '{\"rate\":{\"category_id\":\"5d5ecb2bd4322a04dfbf750f\",\"charge_on_shipping\":true,\"country\":\"US\",\"created_at\":\"2019-08-22T17:04:43.444Z\",\"percentage\":0.06,\"postal_code\":null,\"region\":\"PA\",\"tier_max\":null,\"tier_min\":null,\"updated_at\":\"2019-08-22T17:04:43.444Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Tax Rates",
@@ -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/\"95c5f7eb247fe49d47124a59477a6787\"",
22
+ "ETag": "W/\"f7b2435aef0c34e0bd567b47d5e57a7d\"",
23
23
  "Cache-Control": "no-cache, no-store, must-revalidate",
24
- "X-Request-Id": "a78ecada-5fe9-474f-b37f-9ece884dd74f",
25
- "X-Runtime": "0.005613",
24
+ "X-Request-Id": "554decee-6223-479c-93de-ec47afcf6723",
25
+ "X-Runtime": "0.009372",
26
26
  "Expires": "0",
27
27
  "Content-Length": "851"
28
28
  },
29
29
  "request_method": "GET",
30
- "request_path": "/api/admin/tax_categories/5d5dbcccd4322a4b69d78936/rates",
30
+ "request_path": "/api/admin/tax_categories/5d5ecb2ad4322a04dfbf7508/rates",
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 \"rates\": [\n {\n \"_id\": \"5d5dbcccd4322a4b69d78935\",\n \"category_id\": \"5d5dbcccd4322a4b69d78936\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"created_at\": \"2019-08-21T21:51:08.994Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"region\": \"PA\",\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-08-21T21:51:08.994Z\"\n },\n {\n \"_id\": \"5d5dbcccd4322a4b69d78937\",\n \"category_id\": \"5d5dbcccd4322a4b69d78936\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"created_at\": \"2019-08-21T21:51:08.994Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"region\": \"PA\",\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-08-21T21:51:08.994Z\"\n },\n {\n \"_id\": \"5d5dbcccd4322a4b69d78938\",\n \"category_id\": \"5d5dbcccd4322a4b69d78936\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"created_at\": \"2019-08-21T21:51:08.994Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"region\": \"PA\",\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-08-21T21:51:08.994Z\"\n }\n ]\n}",
35
+ "response_body": "{\n \"rates\": [\n {\n \"_id\": \"5d5ecb2ad4322a04dfbf7507\",\n \"category_id\": \"5d5ecb2ad4322a04dfbf7508\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"created_at\": \"2019-08-22T17:04:42.846Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"region\": \"PA\",\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-08-22T17:04:42.846Z\"\n },\n {\n \"_id\": \"5d5ecb2ad4322a04dfbf7509\",\n \"category_id\": \"5d5ecb2ad4322a04dfbf7508\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"created_at\": \"2019-08-22T17:04:42.846Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"region\": \"PA\",\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-08-22T17:04:42.846Z\"\n },\n {\n \"_id\": \"5d5ecb2ad4322a04dfbf750a\",\n \"category_id\": \"5d5ecb2ad4322a04dfbf7508\",\n \"charge_on_shipping\": true,\n \"country\": \"US\",\n \"created_at\": \"2019-08-22T17:04:42.846Z\",\n \"percentage\": 0.06,\n \"postal_code\": null,\n \"region\": \"PA\",\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": \"2019-08-22T17:04:42.846Z\"\n }\n ]\n}",
36
36
  "response_content_type": "application/json",
37
- "curl": "curl -g \"https://www.example.com/api/admin/tax_categories/5d5dbcccd4322a4b69d78936/rates\" -X GET "
37
+ "curl": "curl -g \"https://www.example.com/api/admin/tax_categories/5d5ecb2ad4322a04dfbf7508/rates\" -X GET "
38
38
  }
39
39
  ],
40
40
  "resource": "Tax Rates",
@@ -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": "d2b1e7b1-08c7-473b-b378-7d74b9480449",
24
- "X-Runtime": "0.007095",
23
+ "X-Request-Id": "8f7444db-b337-4457-a95a-9b51b930c118",
24
+ "X-Runtime": "0.010692",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
- "request_path": "/api/admin/tax_categories/5d5dbcced4322a4b69d7894b/rates/5d5dbcced4322a4b69d7894c",
28
+ "request_path": "/api/admin/tax_categories/5d5ecb2ad4322a04dfbf7502/rates/5d5ecb2ad4322a04dfbf7503",
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/tax_categories/5d5dbcced4322a4b69d7894b/rates/5d5dbcced4322a4b69d7894c\" -d '' -X PATCH \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
35
+ "curl": "curl \"https://www.example.com/api/admin/tax_categories/5d5ecb2ad4322a04dfbf7502/rates/5d5ecb2ad4322a04dfbf7503\" -d '' -X PATCH \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
36
36
  }
37
37
  ],
38
38
  "resource": "Tax Rates",
@@ -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": "537b860e-f50f-46a2-a30d-7c3ae4cd95c4",
24
- "X-Runtime": "0.010097",
23
+ "X-Request-Id": "318e7a98-b85a-4f86-85fb-60e03f58ed2b",
24
+ "X-Runtime": "0.011764",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
- "request_path": "/api/admin/tax_categories/5d5dbccdd4322a4b69d7893d/rates/5d5dbccdd4322a4b69d7893e",
28
+ "request_path": "/api/admin/tax_categories/5d5ecb29d4322a04dfbf74fb/rates/5d5ecb29d4322a04dfbf74fc",
29
29
  "request_body": "{\"rate\":{\"percentage\":0.04}}",
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/tax_categories/5d5dbccdd4322a4b69d7893d/rates/5d5dbccdd4322a4b69d7893e\" -d '{\"rate\":{\"percentage\":0.04}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/tax_categories/5d5ecb29d4322a04dfbf74fb/rates/5d5ecb29d4322a04dfbf74fc\" -d '{\"rate\":{\"percentage\":0.04}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "Tax Rates",
@@ -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": "a85b052d-467d-4e50-ad64-32cc957e5319",
24
- "X-Runtime": "1.442258",
23
+ "X-Request-Id": "6deb3846-3493-45e5-a411-7df5fd4bbc3d",
24
+ "X-Runtime": "1.598198",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
28
  "request_path": "/api/admin/users/bulk",
29
- "request_body": "{\"users\":[{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-21T21:56:02.804Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-21T21:56:02.803Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-21T21:56:02.804Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"},{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-21T21:56:02.804Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-21T21:56:02.803Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-21T21:56:02.804Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"},{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-21T21:56:02.804Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-21T21:56:02.803Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-21T21:56:02.804Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"}]}",
29
+ "request_body": "{\"users\":[{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-22T17:03:21.463Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-22T17:03:21.463Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-22T17:03:21.463Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"},{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-22T17:03:21.463Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-22T17:03:21.463Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-22T17:03:21.463Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"},{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-22T17:03:21.463Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-22T17:03:21.463Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-22T17:03:21.463Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"}]}",
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/users/bulk\" -d '{\"users\":[{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-21T21:56:02.804Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-21T21:56:02.803Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-21T21:56:02.804Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"},{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-21T21:56:02.804Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-21T21:56:02.803Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-21T21:56:02.804Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"},{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-21T21:56:02.804Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-21T21:56:02.803Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-21T21:56:02.804Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/users/bulk\" -d '{\"users\":[{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-22T17:03:21.463Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-22T17:03:21.463Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-22T17:03:21.463Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"},{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-22T17:03:21.463Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-22T17:03:21.463Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-22T17:03:21.463Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"},{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-22T17:03:21.463Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-22T17:03:21.463Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-22T17:03:21.463Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "Users",
@@ -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/users/5d5dbdf5d4322a4b69d799e4",
22
+ "Location": "/api/admin/users/5d5ecad6d4322a04dfbf7157",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
- "ETag": "W/\"967ce4b5607be2e4d42270d000d87742\"",
24
+ "ETag": "W/\"302dbbf04b2a419e6ce47fef20d617ca\"",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "0bc1cc0e-7c94-4597-921a-f83c26390322",
27
- "X-Runtime": "0.272085",
26
+ "X-Request-Id": "35ea5e13-7953-4505-aeb0-4c978e14039d",
27
+ "X-Runtime": "0.301613",
28
28
  "Expires": "0",
29
29
  "Content-Length": "896"
30
30
  },
31
31
  "request_method": "POST",
32
32
  "request_path": "/api/admin/users",
33
- "request_body": "{\"user\":{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-21T21:56:05.074Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-21T21:56:05.073Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-21T21:56:05.074Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"}}",
33
+ "request_body": "{\"user\":{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-22T17:03:18.419Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-22T17:03:18.418Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-22T17:03:18.419Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"}}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 201,
36
36
  "response_status_text": "Created",
37
- "response_body": "{\n \"user\": {\n \"_id\": \"5d5dbdf5d4322a4b69d799e4\",\n \"admin\": false,\n \"api_access\": false,\n \"avatar_name\": null,\n \"avatar_uid\": null,\n \"can_publish_now\": null,\n \"can_restore\": null,\n \"catalog_access\": false,\n \"created_at\": \"2019-08-21T21:56:05.074Z\",\n \"created_by_id\": null,\n \"email\": \"user1@workarea.com\",\n \"failed_login_count\": 0,\n \"first_name\": \"Ben\",\n \"help_admin\": false,\n \"ip_address\": null,\n \"last_impersonated_at\": null,\n \"last_impersonated_by_id\": null,\n \"last_login_at\": null,\n \"last_login_attempt_at\": null,\n \"last_name\": \"Crouse\",\n \"marketing_access\": false,\n \"orders_access\": false,\n \"password_changed_at\": \"2019-08-21T21:56:05.337Z\",\n \"people_access\": false,\n \"permissions_manager\": false,\n \"releases_access\": false,\n \"reports_access\": false,\n \"search_access\": false,\n \"settings_access\": false,\n \"status_email_recipient\": false,\n \"store_access\": false,\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"token\": \"uFyd3hJ5eBAZS2Nd94duRn1G\",\n \"updated_at\": \"2019-08-21T21:56:05.074Z\",\n \"user_agent\": null\n }\n}",
37
+ "response_body": "{\n \"user\": {\n \"_id\": \"5d5ecad6d4322a04dfbf7157\",\n \"admin\": false,\n \"api_access\": false,\n \"avatar_name\": null,\n \"avatar_uid\": null,\n \"can_publish_now\": null,\n \"can_restore\": null,\n \"catalog_access\": false,\n \"created_at\": \"2019-08-22T17:03:18.419Z\",\n \"created_by_id\": null,\n \"email\": \"user1@workarea.com\",\n \"failed_login_count\": 0,\n \"first_name\": \"Ben\",\n \"help_admin\": false,\n \"ip_address\": null,\n \"last_impersonated_at\": null,\n \"last_impersonated_by_id\": null,\n \"last_login_at\": null,\n \"last_login_attempt_at\": null,\n \"last_name\": \"Crouse\",\n \"marketing_access\": false,\n \"orders_access\": false,\n \"password_changed_at\": \"2019-08-22T17:03:18.717Z\",\n \"people_access\": false,\n \"permissions_manager\": false,\n \"releases_access\": false,\n \"reports_access\": false,\n \"search_access\": false,\n \"settings_access\": false,\n \"status_email_recipient\": false,\n \"store_access\": false,\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"token\": \"xpCnheCqc6C5AH9hgb41wW54\",\n \"updated_at\": \"2019-08-22T17:03:18.419Z\",\n \"user_agent\": null\n }\n}",
38
38
  "response_content_type": "application/json",
39
- "curl": "curl \"https://www.example.com/api/admin/users\" -d '{\"user\":{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-21T21:56:05.074Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-21T21:56:05.073Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-21T21:56:05.074Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/users\" -d '{\"user\":{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-22T17:03:18.419Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-22T17:03:18.418Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-22T17:03:18.419Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Users",
@@ -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/\"4a02bfeea619bd629c2bf58dbf614fec\"",
36
+ "ETag": "W/\"452742e26e7f12d5bf621e4a52c3ca22\"",
37
37
  "Cache-Control": "no-cache, no-store, must-revalidate",
38
- "X-Request-Id": "0f2aa681-a5bd-424c-aaa1-882a3e30f9bf",
39
- "X-Runtime": "0.009118",
38
+ "X-Request-Id": "c78efe82-7860-4ae7-8f40-c28b4a1ba092",
39
+ "X-Runtime": "0.006907",
40
40
  "Expires": "0",
41
41
  "Content-Length": "2668"
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 \"users\": [\n {\n \"_id\": \"5d5dbdf1d4322a4b69d799cb\",\n \"admin\": false,\n \"api_access\": false,\n \"avatar_name\": null,\n \"avatar_uid\": null,\n \"can_publish_now\": null,\n \"can_restore\": null,\n \"catalog_access\": false,\n \"created_at\": \"2019-08-21T21:56:01.962Z\",\n \"created_by_id\": null,\n \"email\": \"user384@workarea.com\",\n \"failed_login_count\": 0,\n \"first_name\": \"Ben\",\n \"help_admin\": false,\n \"ip_address\": null,\n \"last_impersonated_at\": null,\n \"last_impersonated_by_id\": null,\n \"last_login_at\": null,\n \"last_login_attempt_at\": null,\n \"last_name\": \"Crouse\",\n \"marketing_access\": false,\n \"orders_access\": false,\n \"password_changed_at\": \"2019-08-21T21:56:01.961Z\",\n \"people_access\": false,\n \"permissions_manager\": false,\n \"releases_access\": false,\n \"reports_access\": false,\n \"search_access\": false,\n \"settings_access\": false,\n \"status_email_recipient\": false,\n \"store_access\": false,\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"token\": \"kTNjuK9gQaJHFKkNLZsSc7n8\",\n \"updated_at\": \"2019-08-21T21:56:01.962Z\",\n \"user_agent\": null\n },\n {\n \"_id\": \"5d5dbdf1d4322a4b69d799c9\",\n \"admin\": false,\n \"api_access\": false,\n \"avatar_name\": null,\n \"avatar_uid\": null,\n \"can_publish_now\": null,\n \"can_restore\": null,\n \"catalog_access\": false,\n \"created_at\": \"2019-08-21T21:56:01.699Z\",\n \"created_by_id\": null,\n \"email\": \"user383@workarea.com\",\n \"failed_login_count\": 0,\n \"first_name\": \"Ben\",\n \"help_admin\": false,\n \"ip_address\": null,\n \"last_impersonated_at\": null,\n \"last_impersonated_by_id\": null,\n \"last_login_at\": null,\n \"last_login_attempt_at\": null,\n \"last_name\": \"Crouse\",\n \"marketing_access\": false,\n \"orders_access\": false,\n \"password_changed_at\": \"2019-08-21T21:56:01.699Z\",\n \"people_access\": false,\n \"permissions_manager\": false,\n \"releases_access\": false,\n \"reports_access\": false,\n \"search_access\": false,\n \"settings_access\": false,\n \"status_email_recipient\": false,\n \"store_access\": false,\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"token\": \"5LFiSSrsPiB93x2JUnV7UDEF\",\n \"updated_at\": \"2019-08-21T21:56:01.699Z\",\n \"user_agent\": null\n },\n {\n \"_id\": \"5d5dbdf1d4322a4b69d799c7\",\n \"admin\": true,\n \"api_access\": true,\n \"avatar_name\": null,\n \"avatar_uid\": null,\n \"can_publish_now\": true,\n \"can_restore\": true,\n \"catalog_access\": true,\n \"created_at\": \"2019-08-21T21:56:01.420Z\",\n \"created_by_id\": null,\n \"email\": \"user382@workarea.com\",\n \"failed_login_count\": 0,\n \"first_name\": \"Ben\",\n \"help_admin\": true,\n \"ip_address\": null,\n \"last_impersonated_at\": null,\n \"last_impersonated_by_id\": null,\n \"last_login_at\": null,\n \"last_login_attempt_at\": null,\n \"last_name\": \"Crouse\",\n \"marketing_access\": true,\n \"orders_access\": true,\n \"password_changed_at\": \"2019-08-21T21:56:01.420Z\",\n \"people_access\": true,\n \"permissions_manager\": true,\n \"releases_access\": true,\n \"reports_access\": true,\n \"search_access\": true,\n \"settings_access\": true,\n \"status_email_recipient\": false,\n \"store_access\": true,\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"token\": \"R5PeK5CG1wk6rfD5nf4vNNAu\",\n \"updated_at\": \"2019-08-21T21:56:01.420Z\",\n \"user_agent\": null\n }\n ]\n}",
49
+ "response_body": "{\n \"users\": [\n {\n \"_id\": \"5d5ecad5d4322a04dfbf7150\",\n \"admin\": false,\n \"api_access\": false,\n \"avatar_name\": null,\n \"avatar_uid\": null,\n \"can_publish_now\": null,\n \"can_restore\": null,\n \"catalog_access\": false,\n \"created_at\": \"2019-08-22T17:03:17.536Z\",\n \"created_by_id\": null,\n \"email\": \"user227@workarea.com\",\n \"failed_login_count\": 0,\n \"first_name\": \"Ben\",\n \"help_admin\": false,\n \"ip_address\": null,\n \"last_impersonated_at\": null,\n \"last_impersonated_by_id\": null,\n \"last_login_at\": null,\n \"last_login_attempt_at\": null,\n \"last_name\": \"Crouse\",\n \"marketing_access\": false,\n \"orders_access\": false,\n \"password_changed_at\": \"2019-08-22T17:03:17.536Z\",\n \"people_access\": false,\n \"permissions_manager\": false,\n \"releases_access\": false,\n \"reports_access\": false,\n \"search_access\": false,\n \"settings_access\": false,\n \"status_email_recipient\": false,\n \"store_access\": false,\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"token\": \"sb3RPcSqSvs5mLupYV4DnbXy\",\n \"updated_at\": \"2019-08-22T17:03:17.536Z\",\n \"user_agent\": null\n },\n {\n \"_id\": \"5d5ecad5d4322a04dfbf714e\",\n \"admin\": false,\n \"api_access\": false,\n \"avatar_name\": null,\n \"avatar_uid\": null,\n \"can_publish_now\": null,\n \"can_restore\": null,\n \"catalog_access\": false,\n \"created_at\": \"2019-08-22T17:03:17.235Z\",\n \"created_by_id\": null,\n \"email\": \"user226@workarea.com\",\n \"failed_login_count\": 0,\n \"first_name\": \"Ben\",\n \"help_admin\": false,\n \"ip_address\": null,\n \"last_impersonated_at\": null,\n \"last_impersonated_by_id\": null,\n \"last_login_at\": null,\n \"last_login_attempt_at\": null,\n \"last_name\": \"Crouse\",\n \"marketing_access\": false,\n \"orders_access\": false,\n \"password_changed_at\": \"2019-08-22T17:03:17.235Z\",\n \"people_access\": false,\n \"permissions_manager\": false,\n \"releases_access\": false,\n \"reports_access\": false,\n \"search_access\": false,\n \"settings_access\": false,\n \"status_email_recipient\": false,\n \"store_access\": false,\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"token\": \"PPZjYu1KD7E6AG8DY6ex4T7a\",\n \"updated_at\": \"2019-08-22T17:03:17.235Z\",\n \"user_agent\": null\n },\n {\n \"_id\": \"5d5ecad4d4322a04dfbf714c\",\n \"admin\": true,\n \"api_access\": true,\n \"avatar_name\": null,\n \"avatar_uid\": null,\n \"can_publish_now\": true,\n \"can_restore\": true,\n \"catalog_access\": true,\n \"created_at\": \"2019-08-22T17:03:16.906Z\",\n \"created_by_id\": null,\n \"email\": \"user225@workarea.com\",\n \"failed_login_count\": 0,\n \"first_name\": \"Ben\",\n \"help_admin\": true,\n \"ip_address\": null,\n \"last_impersonated_at\": null,\n \"last_impersonated_by_id\": null,\n \"last_login_at\": null,\n \"last_login_attempt_at\": null,\n \"last_name\": \"Crouse\",\n \"marketing_access\": true,\n \"orders_access\": true,\n \"password_changed_at\": \"2019-08-22T17:03:16.906Z\",\n \"people_access\": true,\n \"permissions_manager\": true,\n \"releases_access\": true,\n \"reports_access\": true,\n \"search_access\": true,\n \"settings_access\": true,\n \"status_email_recipient\": false,\n \"store_access\": true,\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"token\": \"gYV7VFajbnx6GvZHnTcFeyjz\",\n \"updated_at\": \"2019-08-22T17:03:16.906Z\",\n \"user_agent\": null\n }\n ]\n}",
50
50
  "response_content_type": "application/json",
51
51
  "curl": "curl -g \"https://www.example.com/api/admin/users?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": "54735f8a-a973-481e-9135-549144c9dd4b",
24
- "X-Runtime": "0.014506",
23
+ "X-Request-Id": "fc5b846e-88d5-49e7-a8d7-0325e41c1830",
24
+ "X-Runtime": "0.023401",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "DELETE",
28
- "request_path": "/api/admin/users/5d5dbdf0d4322a4b69d799c3",
28
+ "request_path": "/api/admin/users/5d5ecad7d4322a04dfbf715e",
29
29
  "request_body": 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/users/5d5dbdf0d4322a4b69d799c3\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/users/5d5ecad7d4322a04dfbf715e\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "Users",
@@ -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/\"a83fb0a6c570e73b2c656713b90f7347\"",
22
+ "ETag": "W/\"8aac0008cc1cdd1f342a9cbe31ebfde3\"",
23
23
  "Cache-Control": "no-cache, no-store, must-revalidate",
24
- "X-Request-Id": "0a7ec35c-7840-49b7-a07e-e9a9929963e6",
25
- "X-Runtime": "0.005777",
24
+ "X-Request-Id": "979631f1-10cb-4261-9c21-779189f54da5",
25
+ "X-Runtime": "0.006557",
26
26
  "Expires": "0",
27
27
  "Content-Length": "898"
28
28
  },
29
29
  "request_method": "GET",
30
- "request_path": "/api/admin/users/5d5dbdf6d4322a4b69d799eb",
30
+ "request_path": "/api/admin/users/5d5ecad8d4322a04dfbf7164",
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 \"user\": {\n \"_id\": \"5d5dbdf6d4322a4b69d799eb\",\n \"admin\": false,\n \"api_access\": false,\n \"avatar_name\": null,\n \"avatar_uid\": null,\n \"can_publish_now\": null,\n \"can_restore\": null,\n \"catalog_access\": false,\n \"created_at\": \"2019-08-21T21:56:06.163Z\",\n \"created_by_id\": null,\n \"email\": \"user390@workarea.com\",\n \"failed_login_count\": 0,\n \"first_name\": \"Ben\",\n \"help_admin\": false,\n \"ip_address\": null,\n \"last_impersonated_at\": null,\n \"last_impersonated_by_id\": null,\n \"last_login_at\": null,\n \"last_login_attempt_at\": null,\n \"last_name\": \"Crouse\",\n \"marketing_access\": false,\n \"orders_access\": false,\n \"password_changed_at\": \"2019-08-21T21:56:06.163Z\",\n \"people_access\": false,\n \"permissions_manager\": false,\n \"releases_access\": false,\n \"reports_access\": false,\n \"search_access\": false,\n \"settings_access\": false,\n \"status_email_recipient\": false,\n \"store_access\": false,\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"token\": \"MkNivTsYxdHKziBAg6C9PazW\",\n \"updated_at\": \"2019-08-21T21:56:06.163Z\",\n \"user_agent\": null\n }\n}",
35
+ "response_body": "{\n \"user\": {\n \"_id\": \"5d5ecad8d4322a04dfbf7164\",\n \"admin\": false,\n \"api_access\": false,\n \"avatar_name\": null,\n \"avatar_uid\": null,\n \"can_publish_now\": null,\n \"can_restore\": null,\n \"catalog_access\": false,\n \"created_at\": \"2019-08-22T17:03:20.575Z\",\n \"created_by_id\": null,\n \"email\": \"user233@workarea.com\",\n \"failed_login_count\": 0,\n \"first_name\": \"Ben\",\n \"help_admin\": false,\n \"ip_address\": null,\n \"last_impersonated_at\": null,\n \"last_impersonated_by_id\": null,\n \"last_login_at\": null,\n \"last_login_attempt_at\": null,\n \"last_name\": \"Crouse\",\n \"marketing_access\": false,\n \"orders_access\": false,\n \"password_changed_at\": \"2019-08-22T17:03:20.575Z\",\n \"people_access\": false,\n \"permissions_manager\": false,\n \"releases_access\": false,\n \"reports_access\": false,\n \"search_access\": false,\n \"settings_access\": false,\n \"status_email_recipient\": false,\n \"store_access\": false,\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"token\": \"5KUiUeSFtdpNGDGur4BnsUKY\",\n \"updated_at\": \"2019-08-22T17:03:20.575Z\",\n \"user_agent\": null\n }\n}",
36
36
  "response_content_type": "application/json",
37
- "curl": "curl -g \"https://www.example.com/api/admin/users/5d5dbdf6d4322a4b69d799eb\" -X GET "
37
+ "curl": "curl -g \"https://www.example.com/api/admin/users/5d5ecad8d4322a04dfbf7164\" -X GET "
38
38
  }
39
39
  ],
40
40
  "resource": "Users",
@@ -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": "6397306c-20b7-44dd-aecb-d48a0f7827a2",
24
- "X-Runtime": "0.281893",
23
+ "X-Request-Id": "9297e737-60ad-4716-a1fe-6c0f5dd7f115",
24
+ "X-Runtime": "0.314108",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
- "request_path": "/api/admin/users/5d5dbdf6d4322a4b69d799f0",
29
- "request_body": "{\"user\":{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-21T21:56:07.245Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-21T21:56:07.245Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-21T21:56:07.245Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"}}",
28
+ "request_path": "/api/admin/users/5d5ecad3d4322a04dfbf7141",
29
+ "request_body": "{\"user\":{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-22T17:03:15.992Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-22T17:03:15.992Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-22T17:03:15.992Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"}}",
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/users/5d5dbdf6d4322a4b69d799f0\" -d '{\"user\":{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-21T21:56:07.245Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-21T21:56:07.245Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-21T21:56:07.245Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/users/5d5ecad3d4322a04dfbf7141\" -d '{\"user\":{\"admin\":false,\"api_access\":false,\"avatar_name\":null,\"avatar_uid\":null,\"can_publish_now\":null,\"can_restore\":null,\"catalog_access\":false,\"created_at\":\"2019-08-22T17:03:15.992Z\",\"created_by_id\":null,\"email\":\"user1@workarea.com\",\"failed_login_count\":0,\"first_name\":\"Ben\",\"help_admin\":false,\"ip_address\":null,\"last_impersonated_at\":null,\"last_impersonated_by_id\":null,\"last_login_at\":null,\"last_login_attempt_at\":null,\"last_name\":\"Crouse\",\"marketing_access\":false,\"orders_access\":false,\"password_changed_at\":\"2019-08-22T17:03:15.992Z\",\"people_access\":false,\"permissions_manager\":false,\"releases_access\":false,\"reports_access\":false,\"search_access\":false,\"settings_access\":false,\"status_email_recipient\":false,\"store_access\":false,\"subscribed_user_ids\":[],\"tags\":[],\"updated_at\":\"2019-08-22T17:03:15.992Z\",\"user_agent\":null,\"password\":\"p@ssw0rd\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "Users",
@@ -21,22 +21,22 @@
21
21
  "Referrer-Policy": "strict-origin-when-cross-origin",
22
22
  "Location": "/api/admin/products/test-product/variants",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
- "ETag": "W/\"3d0a82d4a96fc48e2dcd8f355716ed0d\"",
24
+ "ETag": "W/\"11f1faf8271856483ddf01a730154962\"",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "c0d7072c-3001-4f6c-bc71-057b2c7f761a",
27
- "X-Runtime": "0.074235",
26
+ "X-Request-Id": "1aa8e628-b1c9-4133-841a-df2df7dff182",
27
+ "X-Runtime": "0.091822",
28
28
  "Expires": "0",
29
29
  "Content-Length": "191"
30
30
  },
31
31
  "request_method": "POST",
32
- "request_path": "/api/admin/products/B08160A16A/variants",
32
+ "request_path": "/api/admin/products/1AD1D345C3/variants",
33
33
  "request_body": "{\"variant\":{\"active\":true,\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 201,
36
36
  "response_status_text": "Created",
37
- "response_body": "{\n \"variant\": {\n \"_id\": \"5d5dbd09d4322a4b69d78bed\",\n \"active\": true,\n \"created_at\": \"2019-08-21T21:52:09.832Z\",\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": \"2019-08-21T21:52:09.832Z\"\n }\n}",
37
+ "response_body": "{\n \"variant\": {\n \"_id\": \"5d5ecb15d4322a04dfbf7424\",\n \"active\": true,\n \"created_at\": \"2019-08-22T17:04:21.906Z\",\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 0,\n \"sku\": \"SKU\",\n \"updated_at\": \"2019-08-22T17:04:21.906Z\"\n }\n}",
38
38
  "response_content_type": "application/json",
39
- "curl": "curl \"https://www.example.com/api/admin/products/B08160A16A/variants\" -d '{\"variant\":{\"active\":true,\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}}' -X POST \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/products/1AD1D345C3/variants\" -d '{\"variant\":{\"active\":true,\"created_at\":null,\"details\":{},\"name\":\"SKU\",\"position\":0,\"sku\":\"SKU\",\"updated_at\":null}}' -X POST \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Variants",
@@ -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/\"ccb3062c13b58a439fe49a701dda21ee\"",
22
+ "ETag": "W/\"87c6623ed90b355b8d3d6c8180032a9d\"",
23
23
  "Cache-Control": "no-cache, no-store, must-revalidate",
24
- "X-Request-Id": "d2c1c0ad-17ff-435d-b437-e28b7fd0a2d7",
25
- "X-Runtime": "0.008269",
24
+ "X-Request-Id": "6e5ccc87-ea2e-4c62-b765-4902656c579c",
25
+ "X-Runtime": "0.007796",
26
26
  "Expires": "0",
27
27
  "Content-Length": "522"
28
28
  },
29
29
  "request_method": "GET",
30
- "request_path": "/api/admin/products/7C6261B352/variants",
30
+ "request_path": "/api/admin/products/DB1E68C9E8/variants",
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 \"variants\": [\n {\n \"_id\": \"5d5dbd0ad4322a4b69d78bf4\",\n \"active\": true,\n \"created_at\": \"2019-08-21T21:52:10.672Z\",\n \"details\": {\n },\n \"name\": \"SKU857\",\n \"position\": 0,\n \"sku\": \"SKU857\",\n \"updated_at\": \"2019-08-21T21:52:10.672Z\"\n },\n {\n \"_id\": \"5d5dbd0ad4322a4b69d78bf5\",\n \"active\": true,\n \"created_at\": \"2019-08-21T21:52:10.771Z\",\n \"details\": {\n },\n \"name\": \"SKU948\",\n \"position\": 1,\n \"sku\": \"SKU948\",\n \"updated_at\": \"2019-08-21T21:52:10.771Z\"\n },\n {\n \"_id\": \"5d5dbd0ad4322a4b69d78bf3\",\n \"active\": true,\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 2,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n}",
35
+ "response_body": "{\n \"variants\": [\n {\n \"_id\": \"5d5ecb18d4322a04dfbf7439\",\n \"active\": true,\n \"created_at\": \"2019-08-22T17:04:24.980Z\",\n \"details\": {\n },\n \"name\": \"SKU535\",\n \"position\": 0,\n \"sku\": \"SKU535\",\n \"updated_at\": \"2019-08-22T17:04:24.980Z\"\n },\n {\n \"_id\": \"5d5ecb19d4322a04dfbf743a\",\n \"active\": true,\n \"created_at\": \"2019-08-22T17:04:25.076Z\",\n \"details\": {\n },\n \"name\": \"SKU309\",\n \"position\": 1,\n \"sku\": \"SKU309\",\n \"updated_at\": \"2019-08-22T17:04:25.076Z\"\n },\n {\n \"_id\": \"5d5ecb18d4322a04dfbf7438\",\n \"active\": true,\n \"created_at\": null,\n \"details\": {\n },\n \"name\": \"SKU\",\n \"position\": 2,\n \"sku\": \"SKU\",\n \"updated_at\": null\n }\n ]\n}",
36
36
  "response_content_type": "application/json",
37
- "curl": "curl -g \"https://www.example.com/api/admin/products/7C6261B352/variants\" -X GET "
37
+ "curl": "curl -g \"https://www.example.com/api/admin/products/DB1E68C9E8/variants\" -X GET "
38
38
  }
39
39
  ],
40
40
  "resource": "Variants",
@@ -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": "e8d7089c-d4f3-45d5-b84a-5f78eb4cbd52",
24
- "X-Runtime": "0.066995",
23
+ "X-Request-Id": "22fb7dc7-13b9-44fc-9d2d-131dde2bd378",
24
+ "X-Runtime": "0.101082",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "DELETE",
28
- "request_path": "/api/admin/products/EAC79FEB2C/variants/5d5dbd0bd4322a4b69d78bfb",
28
+ "request_path": "/api/admin/products/FFFD575DE6/variants/5d5ecb16d4322a04dfbf742b",
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/products/EAC79FEB2C/variants/5d5dbd0bd4322a4b69d78bfb\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
35
+ "curl": "curl \"https://www.example.com/api/admin/products/FFFD575DE6/variants/5d5ecb16d4322a04dfbf742b\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
36
36
  }
37
37
  ],
38
38
  "resource": "Variants",
@@ -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": "a02ffeb0-9f61-4f64-82e4-0ecd12ac44e6",
24
- "X-Runtime": "0.071951",
23
+ "X-Request-Id": "adfac30e-e92e-4cfa-8b87-0074c782f6e8",
24
+ "X-Runtime": "0.102598",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
- "request_path": "/api/admin/products/7972BEC196/variants/5d5dbd0cd4322a4b69d78c02",
28
+ "request_path": "/api/admin/products/33B54B3D44/variants/5d5ecb17d4322a04dfbf7432",
29
29
  "request_body": "{\"variant\":{\"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/products/7972BEC196/variants/5d5dbd0cd4322a4b69d78c02\" -d '{\"variant\":{\"name\":\"Foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/products/33B54B3D44/variants/5d5ecb17d4322a04dfbf7432\" -d '{\"variant\":{\"name\":\"Foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "Variants",