|
Lines 666-671
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 666 |
('RESTBasicAuth','0',NULL,'If enabled, Basic authentication is enabled for the REST API.','YesNo'), |
666 |
('RESTBasicAuth','0',NULL,'If enabled, Basic authentication is enabled for the REST API.','YesNo'), |
| 667 |
('RESTdefaultPageSize','20','','Default page size for endpoints listing objects','Integer'), |
667 |
('RESTdefaultPageSize','20','','Default page size for endpoints listing objects','Integer'), |
| 668 |
('RESTOAuth2ClientCredentials','0',NULL,'If enabled, the OAuth2 client credentials flow is enabled for the REST API.','YesNo'), |
668 |
('RESTOAuth2ClientCredentials','0',NULL,'If enabled, the OAuth2 client credentials flow is enabled for the REST API.','YesNo'), |
|
|
669 |
('RESTPatronIDField', 'borrowernumber', 'borrowernumber|cardnumber', 'Allow patrons to be identified by cardnumber instead of borrowernumber', 'Choice'), |
| 669 |
('RESTPublicAnonymousRequests','1',NULL,'If enabled, the API will allow anonymous access to public routes that don\'t require authenticated access.','YesNo'), |
670 |
('RESTPublicAnonymousRequests','1',NULL,'If enabled, the API will allow anonymous access to public routes that don\'t require authenticated access.','YesNo'), |
| 670 |
('RESTPublicAPI','1',NULL,'If enabled, the REST API will expose the /public endpoints.','YesNo'), |
671 |
('RESTPublicAPI','1',NULL,'If enabled, the REST API will expose the /public endpoints.','YesNo'), |
| 671 |
('RestrictedPageContent','',NULL,'HTML content of the restricted page','TextArea'), |
672 |
('RestrictedPageContent','',NULL,'HTML content of the restricted page','TextArea'), |