Calcul Exercises
Import Templates
Import multiple templates with their variations from JSON. Admin only.
Expected JSON format: { "templates": [ { "title": "Addition Niveau 1", "category_path": ["6e", "Calcul"], "difficulty": "easy", "variations": [ {"content": "1+1", "solution": "2"}, {"content": "2+2", "solution": "4"} ] } ] }
post/calcul-exercises/import
Request body
Response
Successful Response
{"stackTrail":"paths:/calcul-exercises/import:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.