PUT AppSettings ID

The PUT /AppSettings/{id} method is used to update the value of an application setting configured in the Keyfactor ACME server. This endpointClosed An endpoint is a URL that enables the API to gain access to resources on a server. returns 204 with no content upon success.

For more information about application settings, see Settings.

Tip:  To be able to make this call, the requesting user must have the SuperAdmin role in the claims list either directly or via a group/role (see Access Control and Claims).

Table 20: PUT AppSetting Input Parameters

Name In Description
Id Path

An integer indicating the Keyfactor ACME reference ID of the application setting.

Use the GET /AppSettings method (see GET AppSettings) to retrieve the list of application settings to determine the ID.

Value Body A string indicating the value for the application setting.