Skip to main content
PUT
/
ims
/
oneroster
/
gradebook
/
v1p2
/
categories
/
{sourcedId}
Update or Create a Category
curl --request PUT \
  --url https://api.alpha-1edtech.ai/ims/oneroster/gradebook/v1p2/categories/{sourcedId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "category": {
    "status": "active",
    "title": "<string>",
    "sourcedId": "<string>",
    "dateLastModified": "2023-11-07T05:31:56Z",
    "metadata": {},
    "weight": 123
  }
}
'
{
  "category": {
    "status": "active",
    "title": "<string>",
    "sourcedId": "<string>",
    "dateLastModified": "2023-11-07T05:31:56Z",
    "metadata": {},
    "weight": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.timeback.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

sourcedId
string
required

The sourcedId of the category

Body

application/json
category
object
required

Represents a category.

Response

Category successfully created or updated

category
object
required

Represents a category.