HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Guides

Update App Settings

❗️

Notice

Only available to 3rd party app developers.
僅提供第三方應用開發者使用。

(2022/12/14 更新:本頁內容是獲取舊版 APP 資訊,此接口會在近期被棄用)

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"
    }
}