Update an existing course
Developing
Only the teacher of this course and assistants of this course should be able to perform this action
Request samples
curl --location --request PUT 'https://prod.your-api-server.com/courses/?name&description'
Responses
application/json {
"name": "string",
"description": "string"
}
Modified at 2024-04-13 12:44:24