Site Configurations
Endpoints
Update configs : update value by key
The request has succeeded.
curl --request POST \
--url https://dpt-openapi.finema.dev/site-config \
--header 'Content-Type: application/json' \
--data '{
"landing_info_title": "",
"landing_info_url": "",
"landing_info_file_name": "",
"landing_info_file_path": "",
"landing_info_file_type": "",
"landing_info_file_size": "",
"site_color_mode": "color"
}'{
"landing_info_title": "…",
"landing_info_url": "…",
"landing_info_file_name": "…",
"landing_info_file_path": "…",
"landing_info_file_type": "…",
"landing_info_file_size": "…",
"site_color_mode": "color"
}The request has succeeded.
Get configs
The request has succeeded.
curl --request GET \
--url https://dpt-openapi.finema.dev/site-config{
"landing_info_title": "…",
"landing_info_url": "…",
"landing_info_file_name": "…",
"landing_info_file_path": "…",
"landing_info_file_type": "…",
"landing_info_file_size": "…",
"site_color_mode": "color"
}The request has succeeded.