Skip to main content

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

NameInTypeRequiredDescriptionExample
applicationIDpathinteger (int64)YesThe 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.