Name | Type | Description | |
---|---|---|---|
api_key | string | Your API-key | |
marketplace_user_id | number | marketplace user id | |
theme_id | number | theme id | |
is_delete | number | is delete 1= If deleted 0 = If not deleted | |
name | string | name(theme name) |
{
"api_key" : {{apikey}},
"marketplace_user_id" : 510001,
"theme_id" : 456,
"is_deleted" : 0,
"name" : "theme"
}
curl --location --request POST 'https://api.yelo.red/open/themes/editTheme' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"marketplace_user_id" : 510001,
"theme_id" : 456,
"is_deleted" : 0,
"name" : "theme"
}'
{}