Creates or updates an application setting
PUT /v1/setting/app/{applicationID}
Summary
Creates or updates an application setting.
Details
Request body: JSON object. Only admin users can update application settings.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| applicationID | path | integer (int64) | Yes | The application ID whose setting should be updated. | 1 |
Request Body
No request body is documented here.
Responses
200
Success. No response body.
No response body schema documented.