Skip to main content

patch_schedule

Function patch_schedule 

Source
pub async fn patch_schedule<S: WorkflowStore>(
    __arg0: State<Arc<AppState<S>>>,
    __arg1: Path<String>,
    __arg2: Query<NsQuery>,
    __arg3: Json<PatchScheduleRequest>,
) -> Result<Json<Value>, AppError>