pub async fn list_settings(
__arg0: State<App>,
__arg1: Auth,
__arg2: Query<ListSettingsQuery>,
__arg3: OptionalRequestId,
) -> ClResult<(StatusCode, Json<ApiResponse<Vec<SettingResponse>>>)>Expand description
GET /settings - List all settings for authenticated tenant
Returns metadata about available settings and their current values
Supports optional prefix query parameter to filter settings by key prefix