async fn update_exam_instructions(
    payload: Json<ExamInstructionsUpdate>,
    pool: Data<PgPool>,
    exam_id: Path<Uuid>,
    user: AuthUser
) -> ControllerResult<Json<ExamInstructions>>
Expand description

PUT /api/v0/cms/exams/:exam_id/edit - Insert new instructions from Gutenberg editor.

Example

Request:

PUT /api/v0/cms/exams/d86cf910-4d26-40e9-8c9c-1cc35294fdbb/edit HTTP/1.1