v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-242047102.4 KB
Standard

Set Configuration settings

Sets the configuration values for the account.

It should also validate the settings before saving them, similarly to the /configuration/validation endpoint. See 400(bad request) response for invalid configuration settings.

post/configuration

Headers

TR_IDstring

A trace id, to help track problems. If it's not received, an auto-generated value will be used for logging. TR_ID header should also be set on the response.

x-lc-signaturestring

JWS token containing the signature and additional claims.

Request body

idstring required

The configuration property ID as defined in the descriptor.

Response

Will return the complete set of latest configurations (even if just one configuration has been updated). Exceptions are the secrets, that should be returned as a string of "*".

itemCountinteger

The total number of config values available.