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.

Parameters:

  • storefront_oid (Integer)
  • page_oid (Integer)

    The page oid to modify.

  • page_attribute (StoreFrontPageContentAttribute)

    Page content attribute to upsert

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:

  • (nil)


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