Update an existing course
DevelopingPUT
/courses/{courseid}Only the teacher of this course and assistants of this course should be able to perform this action
Request
Path Params
courseid
string
required
Query Params
name
string
required
description
string
required
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
name
string
required
description
string
required
Example
{
"name": "string",
"description": "string"
}
Last modified: 9 months ago