Update an existing project
DevelopingPATCH
/projects/{projectid}Only the teacher of this course and assistants of this course should be able to perform this action
Request
Path Params
projectid
string
required
Query Params
name
string
optional
description
string
optional
visible
boolean
optional
maxScore
number
optional
groupClusterId
number
optional
deadline
string
optional
timestamp
testId
number
optional
visibleAfter
string
optional
timestamp
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
courseId
number
required
name
string
required
description
string
required
groupClusterId
number
required
testId
number
required
visible
boolean
required
maxScore
number
required
deadline
string
required
timestamp
Example
{
"courseId": 0,
"name": "string",
"description": "string",
"groupClusterId": 0,
"testId": 0,
"visible": true,
"maxScore": 0,
"deadline": "string"
}
Last modified: 8 months ago