Skip to main content
POST
/
api
/
v1
/
courses
/
{course_id}
/
approve-remaining
Approve Remaining
curl --request POST \
  --url https://api.example.com/api/v1/courses/{course_id}/approve-remaining \
  --header 'Content-Type: application/json' \
  --data '
{
  "artifact_type": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

course_id
string
required

Body

application/json

Optional type filter for bulk approve endpoints.

artifact_type
string | null

Response

Successful Response