Skip to main content

update_setting

Function update_setting 

Source
pub async fn update_setting(
    __arg0: State<App>,
    __arg1: Auth,
    __arg2: Path<String>,
    __arg3: OptionalRequestId,
    __arg4: Json<UpdateSettingRequest>,
) -> ClResult<(StatusCode, Json<ApiResponse<SettingResponse>>)>