Skip to main content
POST
/
api
/
v1
/
courses
/
{course_id}
/
brief
/
answers
Brief Answers
curl --request POST \
  --url https://api.example.com/api/v1/courses/{course_id}/brief/answers \
  --header 'Content-Type: application/json' \
  --data '
{
  "answers": [
    {
      "question_id": "<string>",
      "skip": false,
      "value": "<unknown>"
    }
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

course_id
string
required

Body

application/json
answers
AnswerItem · object[]

Response

Successful Response