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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00c525420d6c4ab63135973b1b7ea57d27e320bea82221562a3b9a99989b5214
4
- data.tar.gz: 2b09f58f764b07aefab15cdc8d598c5e0a3a2455f8cc53a2ce8b21cd140b06f3
3
+ metadata.gz: 66487ef5fddeb4d49c9022e42da5c8863d2341c0d91cf06c96637738c600937e
4
+ data.tar.gz: d992bf2d32386be22d01daaa7637faa7e1fb490928ed35e3853abe801f37d3e8
5
5
  SHA512:
6
- metadata.gz: 75028c2c55a861c6a0af16e4c8dc6f482cbfd7b9c4e554de21755390d9d655a29d9da272d64b53780117ec4cdafd57d678fa4b990dce94daed5e81612c58f71b
7
- data.tar.gz: 51b2a101b9490e348b191fdd74a2ef1f28ce4a397f541967accb5c10c432dcc3602cfb6417c0524221ad808e74e81815009b79f42cca003e13f8658fd539a987
6
+ metadata.gz: 738d90185757ce38e04eb3d714e7cce98378bc36f0b690b447f04a924a01d8f87e5cd9e0d8cc719d3e0bd9d639f7f3d0f454d92b8d649d8bab076f85d0c07cdc
7
+ data.tar.gz: 004b8eabf9b402fac90f08938fd389d8fd44e934d9be8965ab0540895f3ea791e94465a3baa19186a2b318218ec3f7f5360ff7c3244979604319e79d5fe536a1
data/README.md CHANGED
@@ -18,14 +18,10 @@ separate APIs for different purposes:
18
18
 
19
19
  ## Getting Started
20
20
 
21
- To begin using the Workarea API, add the following to your **Gemfile** in
22
- the https://gems.weblinc.com `source` block:
21
+ To begin using the Workarea API, add the following to your **Gemfile**:
23
22
 
24
23
  ```ruby
25
- source 'https://gems.weblinc.com' do
26
- # ... all your other unquestionably fantastic Workarea gems ...
27
24
  gem 'weblinc-api'
28
- end
29
25
  ```
30
26
 
31
27
  Next, mount the API engines into **config/routes.rb**.
@@ -36,7 +32,8 @@ You can either use a path prefix:
36
32
  Rails.application.routes.draw do
37
33
  # ...all your other absolutely fabulous Workarea routes...
38
34
  mount Workarea::Api::Engine => '/api', as: :api
39
- # ...except this one. make sure it's last.
35
+
36
+ # ...except this one. Make sure it's last to correctly handle errors and redirects.
40
37
  mount Workarea::Storefront::Engine => '/', as: :storefront
41
38
  end
42
39
  ```
@@ -95,13 +92,10 @@ describe how each controller and action is to be documented. Look in the
95
92
  aforementioned link to see some examples of documentation built using
96
93
  the documentation tests.
97
94
 
98
- ## Copyright & Licensing
99
-
100
- Copyright WebLinc 2017-2019. All rights reserved.
101
-
102
- For licensing, contact [sales@workarea.com][]
95
+ License
96
+ --------------------------------------------------------------------------------
97
+ Workarea Commerce Platform is released under the [Business Software License](https://github.com/workarea-commerce/workarea/blob/master/LICENSE)
103
98
 
104
- [Admin API]: https://homebase.weblinc.com/plugins/workarea-api-admin
105
- [Storefront API]: https://homebase.weblinc.com/plugins/workarea-api-storefront
106
- [documentation tests]: https://stash.tools.weblinc.com/projects/WL/repos/workarea-api/browse/test/documentation/workarea/api
107
- [sales@workarea.com]: mailto:sales@workarea.com
99
+ [Admin API]: https://github.com/workarea-commerce/workarea-api/tree/master/admin
100
+ [Storefront API]: https://github.com/workarea-commerce/workarea-api/tree/master/storefront
101
+ [documentation tests]: https://github.com/workarea-commerce/workarea-api/blob/master/storefront/test/documentation/workarea/api/storefront/products_documentation_test.rb
data/admin/LICENSE ADDED
@@ -0,0 +1,52 @@
1
+ WebLinc
2
+ Business Source License
3
+
4
+ Licensor: WebLinc Corporation, 22 S. 3rd Street, 2nd Floor, Philadelphia PA 19106
5
+
6
+ Licensed Work: Workarea Commerce Platform
7
+ The Licensed Work is (c) 2019 WebLinc Corporation
8
+
9
+ Additional Use Grant:
10
+ You may make production use of the Licensed Work without an additional license agreement with WebLinc so long as you do not use the Licensed Work for a Commerce Service.
11
+
12
+ A "Commerce Service" is a commercial offering that allows third parties (other than your employees and contractors) to access the functionality of the Licensed Work by creating or managing commerce functionality, the products, taxonomy, assets and/or content of which are controlled by such third parties.
13
+
14
+ For information about obtaining an additional license agreement with WebLinc, contact licensing@workarea.com.
15
+
16
+ Change Date: 2019-08-20
17
+
18
+ Change License: Version 2.0 or later of the GNU General Public License as published by the Free Software Foundation
19
+
20
+ Terms
21
+
22
+ The Licensor hereby grants you the right to copy, modify, create derivative works, redistribute, and make non-production use of the Licensed Work. The Licensor may make an Additional Use Grant, above, permitting limited production use.
23
+
24
+ Effective on the Change Date, or the fourth anniversary of the first publicly available distribution of a specific version of the Licensed Work under this License, whichever comes first, the Licensor hereby grants you rights under the terms of the Change License, and the rights granted in the paragraph above terminate.
25
+
26
+ If your use of the Licensed Work does not comply with the requirements currently in effect as described in this License, you must purchase a commercial license from the Licensor, its affiliated entities, or authorized resellers, or you must refrain from using the Licensed Work.
27
+
28
+ All copies of the original and modified Licensed Work, and derivative works of the Licensed Work, are subject to this License. This License applies separately for each version of the Licensed Work and the Change Date may vary for each version of the Licensed Work released by Licensor.
29
+
30
+ You must conspicuously display this License on each original or modified copy of the Licensed Work. If you receive the Licensed Work in original or modified form from a third party, the terms and conditions set forth in this License apply to your use of that work.
31
+
32
+ Any use of the Licensed Work in violation of this License will automatically terminate your rights under this License for the current and all other versions of the Licensed Work.
33
+
34
+ This License does not grant you any right in any trademark or logo of Licensor or its affiliates (provided that you may use a trademark or logo of Licensor as expressly required by this License). TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE. MariaDB hereby grants you permission to use this License’s text to license your works and to refer to it using the trademark "Business Source License" as long as you comply with the Covenants of Licensor below.
35
+
36
+ Covenants of Licensor
37
+ In consideration of the right to use this License’s text and the "Business Source License" name and trademark, Licensor covenants to MariaDB, and to all other recipients of the licensed work to be provided by Licensor:
38
+
39
+ To specify as the Change License the GPL Version 2.0 or any later version, or a license that is compatible with GPL Version 2.0 or a later version, where "compatible" means that software provided under the Change License can be included in a program with software provided under GPL Version 2.0 or a later version. Licensor may specify additional Change Licenses without limitation.
40
+
41
+ To either: (a) specify an additional grant of rights to use that does not impose any additional restriction on the right granted in this License, as the Additional Use Grant; or (b) insert the text "None."
42
+
43
+ To specify a Change Date.
44
+
45
+ Not to modify this License in any other way.
46
+
47
+ Notice
48
+ The Business Source License (this document, or the "License") is not an Open Source license. However, the Licensed Work will eventually be made available under an Open Source License, as stated in this License.
49
+
50
+ For more information on the use of the Business Source License generally, please visit the Adopting and Developing Business Source License FAQ.
51
+
52
+ License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved. "Business Source License" is a trademark of MariaDB Corporation Ab.
data/admin/README.md CHANGED
@@ -67,14 +67,11 @@ https://youruser@example.com:Password!1@yourtotallyamazingstore.com/api/swagger.
67
67
  Point your Swagger client to this endpoint to be able to use and browse
68
68
  the Swagger documentation for our API.
69
69
 
70
- ## Copyright & Licensing
70
+ License
71
+ --------------------------------------------------------------------------------
72
+ Workarea Commerce Platform is released under the [Business Software License](https://github.com/workarea-commerce/workarea/blob/master/LICENSE)
71
73
 
72
- Copyright Workarea 2017-2019. All rights reserved.
73
-
74
- For licensing, contact [sales@workarea.com][].
75
-
76
- [Workarea API]: https://homebase.weblinc.com/plugins/workarea-api-admin
77
- [sales@workarea.com]: mailto:sales@workarea.com
74
+ [Workarea API]: https://github.com/workarea-commerce/workarea-api
78
75
  [HTTP Basic Authentication]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#Basic_authentication_scheme
79
76
  [OpenAPI]: https://swagger.io/resources/open-api/
80
77
  [Swagger]: https://swagger.io
@@ -4,10 +4,11 @@ Gem::Specification.new do |s|
4
4
  s.name = 'workarea-api-admin'
5
5
  s.version = Workarea::Api::VERSION
6
6
  s.authors = ['Ben Crouse']
7
- s.email = ['bcrouse@weblinc.com']
8
- s.homepage = 'http://www.workarea.com'
9
- s.summary = 'Admin API for the Workarea commerce platform'
10
- s.description = 'Admin HTTP API Rails Engine of the Workarea ecommerce platform'
7
+ s.email = ['bcrouse@workarea.com']
8
+ s.homepage = 'https://www.workarea.com'
9
+ s.license = 'Business Software License'
10
+ s.summary = 'Admin JSON REST API for the Workarea Commerce Platform'
11
+ s.description = 'This provides an admin JSON REST API for the Workarea Commerce Platform. Useful for managing the site, 3rd party integrations, etc.'
11
12
 
12
13
  s.files = `git ls-files`.split("\n")
13
14
 
@@ -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": "64bdf2b7-56b6-46a9-868c-a0b022971b42",
24
- "X-Runtime": "0.300278",
23
+ "X-Request-Id": "21daec6d-e762-43cf-928f-b86dc7326e7a",
24
+ "X-Runtime": "0.327310",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
28
  "request_path": "/api/admin/categories/bulk",
29
- "request_body": "{\"categories\":[{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-21T21:56:19.372Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5dbe03d4322a4b69d79ad9\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-21T21:56:19.372Z\"},{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-21T21:56:19.372Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5dbe03d4322a4b69d79ad9\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-21T21:56:19.372Z\"},{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-21T21:56:19.372Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5dbe03d4322a4b69d79ad9\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-21T21:56:19.372Z\"}]}",
29
+ "request_body": "{\"categories\":[{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-22T16:58:58.199Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5ec9d2d4322a04dfbf6349\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-22T16:58:58.199Z\"},{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-22T16:58:58.199Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5ec9d2d4322a04dfbf6349\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-22T16:58:58.199Z\"},{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-22T16:58:58.199Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5ec9d2d4322a04dfbf6349\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-22T16:58:58.199Z\"}]}",
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/categories/bulk\" -d '{\"categories\":[{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-21T21:56:19.372Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5dbe03d4322a4b69d79ad9\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-21T21:56:19.372Z\"},{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-21T21:56:19.372Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5dbe03d4322a4b69d79ad9\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-21T21:56:19.372Z\"},{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-21T21:56:19.372Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5dbe03d4322a4b69d79ad9\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-21T21:56:19.372Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/categories/bulk\" -d '{\"categories\":[{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-22T16:58:58.199Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5ec9d2d4322a04dfbf6349\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-22T16:58:58.199Z\"},{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-22T16:58:58.199Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5ec9d2d4322a04dfbf6349\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-22T16:58:58.199Z\"},{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-22T16:58:58.199Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5ec9d2d4322a04dfbf6349\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-22T16:58:58.199Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "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/categories/5d5dbe06d4322a4b69d79b11",
22
+ "Location": "/api/admin/categories/5d5ec9d3d4322a04dfbf636c",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
- "ETag": "W/\"51353972a3867bf662818d50cd3a88cf\"",
24
+ "ETag": "W/\"ab71eceeee6a5826da3ae16c39af6ea8\"",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "b8035584-0af0-4c6c-9e01-4972c81d93f9",
27
- "X-Runtime": "0.092379",
26
+ "X-Request-Id": "122afcc2-6e56-41fb-ad45-83e4eec6ab08",
27
+ "X-Runtime": "0.104892",
28
28
  "Expires": "0",
29
29
  "Content-Length": "483"
30
30
  },
31
31
  "request_method": "POST",
32
32
  "request_path": "/api/admin/categories",
33
- "request_body": "{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-21T21:56:22.492Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5dbe06d4322a4b69d79b0d\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-21T21:56:22.492Z\"}",
33
+ "request_body": "{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-22T16:58:59.329Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5ec9d3d4322a04dfbf6368\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-22T16:58:59.329Z\"}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 201,
36
36
  "response_status_text": "Created",
37
- "response_body": "{\n \"category\": {\n \"_id\": \"5d5dbe06d4322a4b69d79b11\",\n \"active\": true,\n \"client_id\": null,\n \"created_at\": \"2019-08-21T21:56:22.492Z\",\n \"default_sort\": \"top_sellers\",\n \"name\": \"Test Category\",\n \"product_ids\": [\n\n ],\n \"product_rules\": [\n {\n \"_id\": \"5d5dbe06d4322a4b69d79b0d\",\n \"created_at\": null,\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": null,\n \"value\": \"*\"\n }\n ],\n \"range_facets\": {\n },\n \"show_navigation\": true,\n \"slug\": \"test-category-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"terms_facets\": [\n\n ],\n \"updated_at\": \"2019-08-21T21:56:22.492Z\"\n }\n}",
37
+ "response_body": "{\n \"category\": {\n \"_id\": \"5d5ec9d3d4322a04dfbf636c\",\n \"active\": true,\n \"client_id\": null,\n \"created_at\": \"2019-08-22T16:58:59.329Z\",\n \"default_sort\": \"top_sellers\",\n \"name\": \"Test Category\",\n \"product_ids\": [\n\n ],\n \"product_rules\": [\n {\n \"_id\": \"5d5ec9d3d4322a04dfbf6368\",\n \"created_at\": null,\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": null,\n \"value\": \"*\"\n }\n ],\n \"range_facets\": {\n },\n \"show_navigation\": true,\n \"slug\": \"test-category-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"terms_facets\": [\n\n ],\n \"updated_at\": \"2019-08-22T16:58:59.329Z\"\n }\n}",
38
38
  "response_content_type": "application/json",
39
- "curl": "curl \"https://www.example.com/api/admin/categories\" -d '{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-21T21:56:22.492Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5dbe06d4322a4b69d79b0d\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-21T21:56:22.492Z\"}' -X POST \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/categories\" -d '{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-22T16:58:59.329Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5ec9d3d4322a04dfbf6368\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-22T16:58:59.329Z\"}' -X POST \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Categories",
@@ -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/\"4991a6e11e472ea29972d287a15896b0\"",
36
+ "ETag": "W/\"e806d41f8bece52711b590c157ad9801\"",
37
37
  "Cache-Control": "no-cache, no-store, must-revalidate",
38
- "X-Request-Id": "72c6066d-aaa3-45ab-a074-3988d5b393f0",
39
- "X-Runtime": "0.006243",
38
+ "X-Request-Id": "14e3884b-ecfe-4164-a762-ba820fc1b938",
39
+ "X-Runtime": "0.006975",
40
40
  "Expires": "0",
41
41
  "Content-Length": "956"
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 \"categories\": [\n {\n \"_id\": \"5d5dbe05d4322a4b69d79b01\",\n \"active\": true,\n \"client_id\": null,\n \"created_at\": \"2019-08-21T21:56:21.161Z\",\n \"default_sort\": \"top_sellers\",\n \"name\": \"Test Category\",\n \"product_ids\": [\n\n ],\n \"product_rules\": [\n {\n \"_id\": \"5d5dbe05d4322a4b69d79b02\",\n \"created_at\": null,\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": null,\n \"value\": \"*\"\n }\n ],\n \"range_facets\": {\n },\n \"show_navigation\": true,\n \"slug\": \"test-category-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"terms_facets\": [\n\n ],\n \"updated_at\": \"2019-08-21T21:56:21.161Z\"\n },\n {\n \"_id\": \"5d5dbe05d4322a4b69d79afd\",\n \"active\": true,\n \"client_id\": null,\n \"created_at\": \"2019-08-21T21:56:21.052Z\",\n \"default_sort\": \"top_sellers\",\n \"name\": \"Test Category\",\n \"product_ids\": [\n\n ],\n \"product_rules\": [\n {\n \"_id\": \"5d5dbe05d4322a4b69d79afe\",\n \"created_at\": null,\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": null,\n \"value\": \"*\"\n }\n ],\n \"range_facets\": {\n },\n \"show_navigation\": true,\n \"slug\": \"test-category\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"terms_facets\": [\n\n ],\n \"updated_at\": \"2019-08-21T21:56:21.052Z\"\n }\n ]\n}",
49
+ "response_body": "{\n \"categories\": [\n {\n \"_id\": \"5d5ec9d6d4322a04dfbf6387\",\n \"active\": true,\n \"client_id\": null,\n \"created_at\": \"2019-08-22T16:59:02.107Z\",\n \"default_sort\": \"top_sellers\",\n \"name\": \"Test Category\",\n \"product_ids\": [\n\n ],\n \"product_rules\": [\n {\n \"_id\": \"5d5ec9d6d4322a04dfbf6388\",\n \"created_at\": null,\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": null,\n \"value\": \"*\"\n }\n ],\n \"range_facets\": {\n },\n \"show_navigation\": true,\n \"slug\": \"test-category-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"terms_facets\": [\n\n ],\n \"updated_at\": \"2019-08-22T16:59:02.107Z\"\n },\n {\n \"_id\": \"5d5ec9d5d4322a04dfbf6383\",\n \"active\": true,\n \"client_id\": null,\n \"created_at\": \"2019-08-22T16:59:01.949Z\",\n \"default_sort\": \"top_sellers\",\n \"name\": \"Test Category\",\n \"product_ids\": [\n\n ],\n \"product_rules\": [\n {\n \"_id\": \"5d5ec9d5d4322a04dfbf6384\",\n \"created_at\": null,\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": null,\n \"value\": \"*\"\n }\n ],\n \"range_facets\": {\n },\n \"show_navigation\": true,\n \"slug\": \"test-category\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"terms_facets\": [\n\n ],\n \"updated_at\": \"2019-08-22T16:59:01.949Z\"\n }\n ]\n}",
50
50
  "response_content_type": "application/json",
51
51
  "curl": "curl -g \"https://www.example.com/api/admin/categories?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": "35256d69-8a1b-4365-b133-2dd87e1a9b10",
24
- "X-Runtime": "0.026687",
23
+ "X-Request-Id": "20b00638-6770-480f-a520-9bfc27e3f270",
24
+ "X-Runtime": "0.032916",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "DELETE",
28
- "request_path": "/api/admin/categories/5d5dbe04d4322a4b69d79af7",
28
+ "request_path": "/api/admin/categories/5d5ec9d5d4322a04dfbf637d",
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/categories/5d5dbe04d4322a4b69d79af7\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/categories/5d5ec9d5d4322a04dfbf637d\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "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/\"4fc3a3976ad0fd4dc8337db92433d612\"",
22
+ "ETag": "W/\"4f3a1b3d9b5050de86110731e5a45d9e\"",
23
23
  "Cache-Control": "no-cache, no-store, must-revalidate",
24
- "X-Request-Id": "7f485664-bed6-4468-be2b-7687a1cad1dd",
25
- "X-Runtime": "0.006637",
24
+ "X-Request-Id": "b7836a75-f4d9-4f6f-a2b1-ca2b6e9177f9",
25
+ "X-Runtime": "0.007349",
26
26
  "Expires": "0",
27
27
  "Content-Length": "481"
28
28
  },
29
29
  "request_method": "GET",
30
- "request_path": "/api/admin/categories/5d5dbe05d4322a4b69d79b06",
30
+ "request_path": "/api/admin/categories/5d5ec9d6d4322a04dfbf638c",
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 \"category\": {\n \"_id\": \"5d5dbe05d4322a4b69d79b06\",\n \"active\": true,\n \"client_id\": null,\n \"created_at\": \"2019-08-21T21:56:21.806Z\",\n \"default_sort\": \"top_sellers\",\n \"name\": \"Test Category\",\n \"product_ids\": [\n\n ],\n \"product_rules\": [\n {\n \"_id\": \"5d5dbe05d4322a4b69d79b07\",\n \"created_at\": null,\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": null,\n \"value\": \"*\"\n }\n ],\n \"range_facets\": {\n },\n \"show_navigation\": true,\n \"slug\": \"test-category\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"terms_facets\": [\n\n ],\n \"updated_at\": \"2019-08-21T21:56:21.806Z\"\n }\n}",
35
+ "response_body": "{\n \"category\": {\n \"_id\": \"5d5ec9d6d4322a04dfbf638c\",\n \"active\": true,\n \"client_id\": null,\n \"created_at\": \"2019-08-22T16:59:02.815Z\",\n \"default_sort\": \"top_sellers\",\n \"name\": \"Test Category\",\n \"product_ids\": [\n\n ],\n \"product_rules\": [\n {\n \"_id\": \"5d5ec9d6d4322a04dfbf638d\",\n \"created_at\": null,\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": null,\n \"value\": \"*\"\n }\n ],\n \"range_facets\": {\n },\n \"show_navigation\": true,\n \"slug\": \"test-category\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"terms_facets\": [\n\n ],\n \"updated_at\": \"2019-08-22T16:59:02.815Z\"\n }\n}",
36
36
  "response_content_type": "application/json",
37
- "curl": "curl -g \"https://www.example.com/api/admin/categories/5d5dbe05d4322a4b69d79b06\" -X GET "
37
+ "curl": "curl -g \"https://www.example.com/api/admin/categories/5d5ec9d6d4322a04dfbf638c\" -X GET "
38
38
  }
39
39
  ],
40
40
  "resource": "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": "ab17e637-2e90-42d4-a2c7-eac7897a7f7c",
24
- "X-Runtime": "0.078036",
23
+ "X-Request-Id": "f29e9751-6788-4ca0-924a-47a377f4216a",
24
+ "X-Runtime": "0.095384",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
- "request_path": "/api/admin/categories/5d5dbe07d4322a4b69d79b17",
29
- "request_body": "{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-21T21:56:23.396Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5dbe07d4322a4b69d79b1c\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-21T21:56:23.396Z\"}",
28
+ "request_path": "/api/admin/categories/5d5ec9d4d4322a04dfbf6372",
29
+ "request_body": "{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-22T16:59:00.371Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5ec9d4d4322a04dfbf6377\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-22T16:59:00.371Z\"}",
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/categories/5d5dbe07d4322a4b69d79b17\" -d '{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-21T21:56:23.396Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5dbe07d4322a4b69d79b1c\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-21T21:56:23.396Z\"}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/categories/5d5ec9d4d4322a04dfbf6372\" -d '{\"active\":true,\"client_id\":null,\"created_at\":\"2019-08-22T16:59:00.371Z\",\"default_sort\":\"top_sellers\",\"name\":\"Test Category\",\"product_ids\":[],\"product_rules\":[{\"_id\":\"5d5ec9d4d4322a04dfbf6377\",\"created_at\":null,\"name\":\"search\",\"operator\":\"equals\",\"updated_at\":null,\"value\":\"*\"}],\"range_facets\":{},\"show_navigation\":true,\"subscribed_user_ids\":[],\"tags\":[],\"terms_facets\":[],\"updated_at\":\"2019-08-22T16:59:00.371Z\"}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "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/categories/5d5dbcc8d4322a4b69d78912/product_rules",
22
+ "Location": "/api/admin/categories/5d5ec9c7d4322a04dfbf62f1/product_rules",
23
23
  "Content-Type": "application/json; charset=utf-8",
24
- "ETag": "W/\"8f40b7c864e6867dd1a2127a53dc11bd\"",
24
+ "ETag": "W/\"7d18eb015a8dbb519c9e39fd6b8655aa\"",
25
25
  "Cache-Control": "no-cache, no-store, must-revalidate",
26
- "X-Request-Id": "ebf7467c-3886-477b-b9f7-afb3c1b2f402",
27
- "X-Runtime": "0.046530",
26
+ "X-Request-Id": "bab6ee3b-bb30-4bb2-8c15-20b0cf49e654",
27
+ "X-Runtime": "0.063066",
28
28
  "Expires": "0",
29
29
  "Content-Length": "179"
30
30
  },
31
31
  "request_method": "POST",
32
- "request_path": "/api/admin/categories/5d5dbcc8d4322a4b69d78912/product_rules",
32
+ "request_path": "/api/admin/categories/5d5ec9c7d4322a04dfbf62f1/product_rules",
33
33
  "request_body": "{\"product_rule\":{\"name\":\"search\",\"operator\":\"equals\",\"value\":\"*\"}}",
34
34
  "request_content_type": "application/json",
35
35
  "response_status": 201,
36
36
  "response_status_text": "Created",
37
- "response_body": "{\n \"product_rule\": {\n \"_id\": \"5d5dbcc8d4322a4b69d78915\",\n \"created_at\": \"2019-08-21T21:51:04.641Z\",\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": \"2019-08-21T21:51:04.641Z\",\n \"value\": \"*\"\n }\n}",
37
+ "response_body": "{\n \"product_rule\": {\n \"_id\": \"5d5ec9c8d4322a04dfbf62f4\",\n \"created_at\": \"2019-08-22T16:58:48.049Z\",\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": \"2019-08-22T16:58:48.049Z\",\n \"value\": \"*\"\n }\n}",
38
38
  "response_content_type": "application/json",
39
- "curl": "curl \"https://www.example.com/api/admin/categories/5d5dbcc8d4322a4b69d78912/product_rules\" -d '{\"product_rule\":{\"name\":\"search\",\"operator\":\"equals\",\"value\":\"*\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
39
+ "curl": "curl \"https://www.example.com/api/admin/categories/5d5ec9c7d4322a04dfbf62f1/product_rules\" -d '{\"product_rule\":{\"name\":\"search\",\"operator\":\"equals\",\"value\":\"*\"}}' -X POST \\\n\t-H \"Content-Type: application/json\""
40
40
  }
41
41
  ],
42
42
  "resource": "Category Product Rules",
@@ -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/\"482ab7ef85428a9e2d7bfd140fb83557\"",
22
+ "ETag": "W/\"d102c60250c61119a51a74a73f6c67bd\"",
23
23
  "Cache-Control": "no-cache, no-store, must-revalidate",
24
- "X-Request-Id": "df6e20bc-0a1e-4b73-be67-57ad21879af4",
25
- "X-Runtime": "0.006341",
24
+ "X-Request-Id": "ac914dae-3124-4c7e-8e84-0710858d34cd",
25
+ "X-Runtime": "0.008257",
26
26
  "Expires": "0",
27
27
  "Content-Length": "345"
28
28
  },
29
29
  "request_method": "GET",
30
- "request_path": "/api/admin/categories/5d5dbcc9d4322a4b69d78919/product_rules",
30
+ "request_path": "/api/admin/categories/5d5ec9cad4322a04dfbf6306/product_rules",
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 \"product_rules\": [\n {\n \"_id\": \"5d5dbcc9d4322a4b69d7891c\",\n \"created_at\": \"2019-08-21T21:51:05.314Z\",\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": \"2019-08-21T21:51:05.314Z\",\n \"value\": \"*\"\n },\n {\n \"_id\": \"5d5dbcc9d4322a4b69d7891d\",\n \"created_at\": \"2019-08-21T21:51:05.347Z\",\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": \"2019-08-21T21:51:05.347Z\",\n \"value\": \"*\"\n }\n ]\n}",
35
+ "response_body": "{\n \"product_rules\": [\n {\n \"_id\": \"5d5ec9cad4322a04dfbf6309\",\n \"created_at\": \"2019-08-22T16:58:50.516Z\",\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": \"2019-08-22T16:58:50.516Z\",\n \"value\": \"*\"\n },\n {\n \"_id\": \"5d5ec9cad4322a04dfbf630a\",\n \"created_at\": \"2019-08-22T16:58:50.552Z\",\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": \"2019-08-22T16:58:50.552Z\",\n \"value\": \"*\"\n }\n ]\n}",
36
36
  "response_content_type": "application/json",
37
- "curl": "curl -g \"https://www.example.com/api/admin/categories/5d5dbcc9d4322a4b69d78919/product_rules\" -X GET "
37
+ "curl": "curl -g \"https://www.example.com/api/admin/categories/5d5ec9cad4322a04dfbf6306/product_rules\" -X GET "
38
38
  }
39
39
  ],
40
40
  "resource": "Category Product Rules",
@@ -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": "51666e19-2d4e-4367-867c-51ec8fa9cb62",
24
- "X-Runtime": "0.018222",
23
+ "X-Request-Id": "d9cef5e7-f0f4-416d-a720-cf96e7c013b2",
24
+ "X-Runtime": "0.016786",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "DELETE",
28
- "request_path": "/api/admin/categories/5d5dbcc9d4322a4b69d78920/product_rules/5d5dbccad4322a4b69d78923",
28
+ "request_path": "/api/admin/categories/5d5ec9c9d4322a04dfbf62ff/product_rules/5d5ec9c9d4322a04dfbf6302",
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/categories/5d5dbcc9d4322a4b69d78920/product_rules/5d5dbccad4322a4b69d78923\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
35
+ "curl": "curl \"https://www.example.com/api/admin/categories/5d5ec9c9d4322a04dfbf62ff/product_rules/5d5ec9c9d4322a04dfbf6302\" -d '' -X DELETE \\\n\t-H \"Content-Type: application/x-www-form-urlencoded\""
36
36
  }
37
37
  ],
38
38
  "resource": "Category Product Rules",
@@ -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": "45d452b6-1275-481d-8f73-b29bba3f9235",
24
- "X-Runtime": "0.033153",
23
+ "X-Request-Id": "f77a95ec-bb03-40f8-85b0-110af0008240",
24
+ "X-Runtime": "0.035572",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
- "request_path": "/api/admin/categories/5d5dbccad4322a4b69d78927/product_rules/5d5dbccad4322a4b69d7892a",
28
+ "request_path": "/api/admin/categories/5d5ec9c8d4322a04dfbf62f8/product_rules/5d5ec9c8d4322a04dfbf62fb",
29
29
  "request_body": "{\"product_rule\":{\"value\":\"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/categories/5d5dbccad4322a4b69d78927/product_rules/5d5dbccad4322a4b69d7892a\" -d '{\"product_rule\":{\"value\":\"foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/categories/5d5ec9c8d4322a04dfbf62f8/product_rules/5d5ec9c8d4322a04dfbf62fb\" -d '{\"product_rule\":{\"value\":\"foo\"}}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "Category Product Rules",
@@ -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": "fb2446d4-dda1-4505-b9e0-e6d785e5b747",
24
- "X-Runtime": "0.102922",
23
+ "X-Request-Id": "e40fd381-6c5a-4602-a133-c1deb99e12fb",
24
+ "X-Runtime": "0.106461",
25
25
  "Expires": "0"
26
26
  },
27
27
  "request_method": "PATCH",
28
28
  "request_path": "/api/admin/content/bulk",
29
- "request_body": "{\"content\":[{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-21T21:54:01.492Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-21T21:54:01.492Z\"},{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-21T21:54:01.492Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-21T21:54:01.492Z\"},{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-21T21:54:01.492Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-21T21:54:01.492Z\"}]}",
29
+ "request_body": "{\"content\":[{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-22T17:02:30.657Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-22T17:02:30.657Z\"},{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-22T17:02:30.657Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-22T17:02:30.657Z\"},{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-22T17:02:30.657Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-22T17:02:30.657Z\"}]}",
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/content/bulk\" -d '{\"content\":[{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-21T21:54:01.492Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-21T21:54:01.492Z\"},{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-21T21:54:01.492Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-21T21:54:01.492Z\"},{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-21T21:54:01.492Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-21T21:54:01.492Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
35
+ "curl": "curl \"https://www.example.com/api/admin/content/bulk\" -d '{\"content\":[{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-22T17:02:30.657Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-22T17:02:30.657Z\"},{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-22T17:02:30.657Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-22T17:02:30.657Z\"},{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-22T17:02:30.657Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-22T17:02:30.657Z\"}]}' -X PATCH \\\n\t-H \"Content-Type: application/json\""
36
36
  }
37
37
  ],
38
38
  "resource": "Content",