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