[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.

Last updated