← Back to all endpoints
PUT /settings/class-links auth required

Headers

NameRequiredDescription
X-Session-Token Yes -

Request Body

Content-TypeFormat
application/json object

Schema

FieldTypeRequiredDescription
course_id string Yes Course Id
url string No Url

Example

{ "course_id": "<course_id>", "url": "<url>" }

Responses

200 Successful Response
422 Validation Error
{ "detail": [] }