Skip to main content
POST
Outline Review

Authorizations

Authorization
string
header
required

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

Path Parameters

course_id
string
required

Body

application/json

Request body for POST /api/v1/courses/{id}/outline/review (README 8.4): edits are applied first, then notes trigger an AI regeneration.

edits
OutlineEditItem · object[]
notes
OutlineNoteItem · object[]

Response

Successful Response