For the complete documentation index, see llms.txt. This page is also available as Markdown.

[POST] /cbe/curriculum/updateframework

  • This should be a PUT request, because we are updating the framework, not creating a new one.

  • Use the appropriate collection name and resource ID, instead of passing them in query parameters or the request body.

  • Don't use a verb in the URI, as this information should be captured by the HTTP method.

  • Include the framework ID being updated, and the collection it belongs to, in the URI.

Final Suggestion

[PUT] /cbe/curriculum/frameworks/{framework}

Last updated