POST api2/themes.json
Create a Theme
Request Information
URI Parameters
None.
Body Parameters
Theme
api_rootName | Description | Type | Additional information |
---|---|---|---|
entry | Themes |
None. |
Request Format
{ "entry": { "name": "sample string 2", "company_id": 1, "assignment": 1, "valid": 1, "read_only": 1, "mobified_at": "2025-02-04T23:42:30.7652325+01:00", "mobified_by": 1, "preview_file": "sample string 3", "allow_edit_design": true, "used_shared_components": true, "liquid_theme": true, "is_modified": true, "parent_theme_id": 1, "responsive_theme": true } }
Response Information
Resource Description
Created Theme
api_rootName | Description | Type | Additional information |
---|---|---|---|
entry | Themes |
None. |
Response Format
{ "entry": { "id": 1, "name": "sample string 2", "company_id": 1, "created_at": "2025-02-04T23:42:30.7652325+01:00", "assignment": 1, "valid": 1, "read_only": 1, "mobified_at": "2025-02-04T23:42:30.7652325+01:00", "mobified_by": 1, "preview_file": "sample string 3", "allow_edit_design": true, "used_shared_components": true, "liquid_theme": true, "is_modified": true, "parent_theme_id": 1, "responsive_theme": true } }