Update a Rubric Comment

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Behavior

Updates the specified rubric comment by setting the values of the parameters passed. Any parameters not provided will be left unchanged. If the pointDelta field is updated, the grade field of all Submissions containing Comments linked to this rubric comment will be updated (subject to the category.pointLimit).

Returns

Returns the updated rubric comment if the update succeeded. This call will raise an error if update parameters are invalid.
















Path Params
int32
required

ID of the rubric comment you want to update.

Body Params
string

The text of the rubric category, visible to Course Admins, Graders, and any Students who receive a Comment linked to this rubric comment.

int32

The amount deducted from submission.grade when this rubric comment is linked to a Comment (subject to category.pointLimit).

int32

ID of the Rubric Category which this rubric comment is a part of. Rubric Category must be a descendant of a Course in which you are a Course Admin.

int32

The key which determines how rubric comments are sorted within a Rubric Category in the codePost UI. Low keys are shown first.

string

Text (markdown) that, when defined, will be shown in place of rubricComment.text to students from the Code Console.

Response

Language
Credentials
Query
LoadingLoading…
Response
Choose an example:
application/json