/list
GET /config/list — Get config list
GET /config/list — Get config listThe 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.
Authorizations
AuthorizationstringRequired
Access token in the Authorization header:
Authorization: Bearer <token>.
Responses
200
Success
application/json
401
No authenticated user. The request must carry a valid access token.
application/json
403
The authenticated user lacks the system.config system right
(system.root always satisfies it). code is SystemRightRequired.
application/json
Last updated