v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-02527773.5 KB
hyperion-quiz-question-generation

post/api/hyperion/courses/{courseId}/quiz-exercises/refine-all-questions

Path parameters

courseIdinteger required

Request body

refinementPromptstring required

User instructions describing how all questions should be changed

Response

OK

Example response

{
  "refinements": [
    {
      "type": "success"
    }
  ]
}