LINEITEM_PUT
Sent when a tool updates an existing grade line. Apply the change and return the stored record.
The decoded payload:
{
"type": "LINEITEM_PUT",
"parameters": {
"context": "2022CSEa5e6c431b91",
"clientId": "348080fn9du9b9ufvb92rfb9l",
"lineItemId": "412",
"lineItem": {
"label": "My first grade line",
"scoreMaximum": 99,
"resourceLinkId": "412",
"tag": "new_tag"
}
}
}
Request Body required
An RS256 JWT signed by LTIAAS, valid for ten minutes.
- 200
The updated line item.
Schema
Your stable identifier for this grade line.
Present when the grade line belongs to a specific activity.
Present when the grade line carries a tool-defined tag.
{
"id": "412",
"label": "My first grade line",
"scoreMaximum": 99,
"resourceLinkId": "412",
"tag": "new_tag"
}
