Calcul Exercises

Rename Category

Rename a category (folder). Updates category_path for all templates that start with the given path. Admin only.

Example:

  • category_path: ["4e", "Calcul"]
  • new_name: "Calcul Mental"

All templates with category_path starting with ["4e", "Calcul", ...] will be renamed to ["4e", "Calcul Mental", ...]

post/calcul-exercises/rename-category

Request body

category_pathstring[] required

Category path to rename

new_namestring required

New name for the category

Response

Successful Response

{"stackTrail":"paths:/calcul-exercises/rename-category:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes