/api/settingsPapel: Administrador
As configurações da instalação: a linha única que vale para todos os espaços.
Requisição
curl -s http://localhost:3000/api/settings \
-H "Authorization: Bearer $TOKEN"Resposta200
{
"allowCrossProjectLinks": false,
"cardInfoDisplay": "MODAL",
"cardIdVisibility": "ALWAYS",
"epicsEnabled": true,
"createDefaultAction": "CARD",
"calendarEnabled": true,
"epicReorderEnabled": true,
"uploadMode": "ALL",
"tenantCreationEnabled": true,
"columnManagementEnabled": true,
"columnScope": "TENANT",
"backupScheduleMode": "DAILY",
"backupScheduleTime": "08:30",
"backupScheduleWeekdays": [],
"backupScheduleCron": null
}