POST /api-web/api/system/resources/config/{name}

As of Version

product version 2020 Winter | component version 

Request MethodPOST
Response FormatHTTP status code
Required Permission

Available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched. In the default configuration, access is granted via the YUUVIS_SYSTEM_INTEGRATOR role.

>> AUTHENTICATION Service
Description

Updates the global configuration file specified by name with the data passed in JSON format in the request body.

As of 2022 Autumn, an optional query parameter tenant can be specified in order to update the tenant-specific configuration file instead of the global one.

Response HTTP status codes:

HTTP Status CodeMeaning
200 OK
201 OK
401 Unauthorized