Koha/api/v1/swagger/definitions/preservation_config.yaml
Jonathan Druart 7146ce1e92
Bug 30708: Do not allow non-authorised users to edit the settings
In case the logged in user does not have manage_sysprefs we should no
display the form in the settings.

Signed-off-by: Laurence Rault <laurence.rault@biblibre.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-10-18 15:42:01 -03:00

10 lines
277 B
YAML

---
type: object
properties:
settings:
type: object
description: List of sysprefs used for the Preservation module
permissions:
type: object
description: List of permissions of the logged in user used for the Preservation module
additionalProperties: false