Retrieve all tenant settings.
The complete set of tenant settings.
Unauthorized
Forbidden
unexpected error
unexpected error
[- {
- "active": true,
- "category": "Department",
- "description": "Enable the department feature",
- "source": "Tenant",
- "label": "Show departments",
- "stage": "Beta",
- "type": "Boolean",
- "key": "department.use",
- "value": true
}
]
Use to update tenant settings.
The updated tenant setting.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
{- "key": "department.use",
- "value": true
}
{- "msg": "done"
}