Skip to main content
PATCH
Update Rubric Criteria

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the rubric the criteria belongs to

criteriaId
string
required

ID of the rubric criteria to be updated

Body

application/json
name
string

Name of the rubric criteria

Example:

"Cohesiveness"

description
string

Description of the rubric criteria

Example:

"Optional detailed info about this criteria"

maxScore
string

Maximum score for the criterion

Example:

"5 Star"

minScore
string

Minimum score for the criterion

Example:

"1 Star"

scoringLogic
object[]

Response

Rubric criteria updated successfully.

id
string

Unique identifier for the rubric criteria

Example:

"d102b0ff-1111-4235-b8e9-764ef03c57cb"

name
string

Name of the rubric criteria

Example:

"Cohesiveness"

maxScore
string

Maximum score for the criterion

Example:

"5 Star"

minScore
string

Minimum score for the criterion

Example:

"1 Star"

scoringLogic
object[]
createdAt
string<date-time>

Timestamp when the rubric criteria was created

Example:

"2025-03-27T11:34:53.172550Z"

modifiedAt
string<date-time>

Timestamp when the rubric criteria was last modified

Example:

"2025-03-27T11:35:17.739952Z"