Skip to main content
POST
Outline Notes

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/notes

notes
OutlineNoteItem · object[]

Response

Successful Response