Lines 543-548
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
543 |
('RESTBasicAuth','0',NULL,'If enabled, Basic authentication is enabled for the REST API.','YesNo'), |
543 |
('RESTBasicAuth','0',NULL,'If enabled, Basic authentication is enabled for the REST API.','YesNo'), |
544 |
('RESTdefaultPageSize','20','','Default page size for endpoints listing objects','Integer'), |
544 |
('RESTdefaultPageSize','20','','Default page size for endpoints listing objects','Integer'), |
545 |
('RESTOAuth2ClientCredentials','0',NULL,'If enabled, the OAuth2 client credentials flow is enabled for the REST API.','YesNo'), |
545 |
('RESTOAuth2ClientCredentials','0',NULL,'If enabled, the OAuth2 client credentials flow is enabled for the REST API.','YesNo'), |
|
|
546 |
('RESTPublicAnonymousRequests','1',NULL,'If enabled, the API will allow anonymous access to public routes that don\'t require authenticated access'.','YesNo'), |
546 |
('RESTPublicAPI','1',NULL,'If enabled, the REST API will expose the /public endpoints.','YesNo'), |
547 |
('RESTPublicAPI','1',NULL,'If enabled, the REST API will expose the /public endpoints.','YesNo'), |
547 |
('RestrictedPageLocalIPs','',NULL,'Beginning of IP addresses considered as local (comma separated ex: "127.0.0,127.0.2")','Free'), |
548 |
('RestrictedPageLocalIPs','',NULL,'Beginning of IP addresses considered as local (comma separated ex: "127.0.0,127.0.2")','Free'), |
548 |
('RestrictedPageContent','',NULL,'HTML content of the restricted page','TextArea'), |
549 |
('RestrictedPageContent','',NULL,'HTML content of the restricted page','TextArea'), |