/api/settingsRole: Admin
The installation's settings: the single row that holds for every workspace.
Request
curl -s http://localhost:3000/api/settings \
-H "Authorization: Bearer $TOKEN"Response200
{
"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
}