Method: UltracartClient::StorefrontApi#insert_update_page_content_attribute
- Defined in:
- lib/ultracart_api/api/storefront_api.rb
#insert_update_page_content_attribute(storefront_oid, page_oid, page_attribute, opts = {}) ⇒ nil
Upsert a page content attribute Update a page content attribute, creating it new if it does not yet exist.
8925 8926 8927 8928 |
# File 'lib/ultracart_api/api/storefront_api.rb', line 8925 def insert_update_page_content_attribute(storefront_oid, page_oid, page_attribute, opts = {}) insert_update_page_content_attribute_with_http_info(storefront_oid, page_oid, page_attribute, opts) nil end |