Name | Type | Description | |
---|
api_key | string(required) | Your API-key |
|
marketplace_user_id | number | marketplace user id | |
theme_id | number | theme_id | |
component_ids | array | component_ids |
|
page_ids | array | page_ids | |
Request
Body Params application/json
{
"api_key" : {{apikey}},
"marketplace_user_id" : 510001,
"theme_id" : 0,
"component_ids" : [0],
"page_ids" : [1]
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/themes/cloneFeatures' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"marketplace_user_id" : 510001,
"theme_id" : 0,
"component_ids" : [0],
"page_ids" : [1]
}'
Responses
application/json Modified at 2024-04-17 07:11:33