docs/AddLibraryItemRequest.md in ultracart_api-3.9.1 vs docs/AddLibraryItemRequest.md in ultracart_api-3.9.2

- old
+ new

@@ -3,9 +3,10 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attributes** | [**Array<LibraryItemAttribute>**](LibraryItemAttribute.md) | Attributes associated with the library item to contain additional configuration. | [optional] **cjson** | **String** | Cjson to be added to library | [optional] +**cjson2** | **String** | Additional Cjson to be added to library, notably for the postcard which has a front and back. | [optional] **content_type** | **String** | flow, campaign, cjson, email, transactional_email, postcard or upsell | [optional] **description** | **String** | description of library item | [optional] **email_name** | **String** | Required if content_type is transactional_email. This is the name of the email template (html, not text). This name should have a .vm file extension. An example is auto_order_cancel_html.vm | [optional] **email_path** | **String** | Required if content_type is transactional_email. This is the full path to the email template stored in the file system. This defines which StoreFront contains the desired email template. An example is /themes/Elements/core/emails/auto_order_cancel_html.vm | [optional] **screenshots** | [**Array<LibraryItemScreenshot>**](LibraryItemScreenshot.md) | Screenshot urls for display | [optional]