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 endpoint 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.
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. |
Was this page helpful? Provide Feedback