Skip to main content

put_run_review

Function put_run_review 

Source
pub async fn put_run_review(
    __arg0: State<Arc<AppState>>,
    headers: HeaderMap,
    __arg2: Path<Uuid>,
    __arg3: Json<ReviewUpdate>,
) -> Result<Json<RunReviewState>, StatusCode>