/api/config

Get all base configuration

get
Responses
chevron-right
200

The response contains the base configuration values.

application/json
200

The response contains the base configuration values.

Write all base configuration

post
Query parameters
savestring · enumOptional

If set to ignore_errors, the save accepts certain errors in the base config, like a faulty LDAP configuration.

Possible values:
Body
Responses
chevron-right
200

The response contains the base configuration values.

application/json

Get config list

get

The list is a dynamic compilation of available config varibles. It includes fixed config variables of FYLR's base config as well as variables provided by plugins.

Responses
chevron-right
200

Success

application/json
200

Success

Last updated