Skip to main content
POST
Approve Course Sources

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

Optional remove list for source approval. ordinals_to_remove is a list of 0-based source text ordinals to mark as removed before approving.

ordinals_to_remove
integer[] | null

Response

Successful Response