Update App Settings
Notice
Only available to 3rd party app developers.
僅提供第三方應用開發者使用。
Function
To update the setting of the app
更新應用設定
URL
PUT <<api_domain>>/v1/settings/app
Request example
{
"appName": {
"test": "testtest",
}
}
Response example
{
"appName": {
"test": "testtest",
"code": "123123123"
}
}
Updated about 3 years ago