PUT ims/oneroster/v1p1/lineItems

Update the Gradebook Assignment specified in the request body.

Request Information

URI Parameters

None.

Body Parameters

JSON OneRoster Assignment object.

OneRosterAssignment
NameDescriptionTypeAdditional information
lineItem

OneRosterAssignmentLineItem

None.

Request Formats

application/json, text/json

Sample:
{
  "lineItem": {
    "sourcedId": "sample string 1",
    "status": "sample string 2",
    "dateLastModified": "sample string 3",
    "metadata": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "title": "sample string 4",
    "description": "sample string 5",
    "assignDate": "sample string 6",
    "dueDate": "sample string 7",
    "resultValueMin": "sample string 8",
    "resultValueMax": "sample string 9",
    "class": {
      "href": "sample string 1",
      "sourcedId": "sample string 2",
      "type": "sample string 3"
    },
    "category": {
      "href": "sample string 1",
      "sourcedId": "sample string 2",
      "type": "sample string 3"
    },
    "gradingPeriod": {
      "href": "sample string 1",
      "sourcedId": "sample string 2",
      "type": "sample string 3"
    }
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Update the Gradebook Assignment specified in the request body.

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />