Skip to main content
PATCH

Authorizations

Authorization
string
header
required

Provide the API key issued to you by your organization admin. Send it as Authorization: Bearer <api-key> on every request.

Path Parameters

interview_id
string
required

The coding interview id (interview_id from POST /coding-interviews).

Minimum string length: 1

Body

application/json

Provide exactly one of coding_task_ids or generate.

coding_task_ids
string<uuid>[]

Explicit coding task ids to set, in order. Mutually exclusive with generate.

generate
object

Random-generation spec. Mutually exclusive with coding_task_ids.

Response

Coding tasks replaced.

success
boolean
Example:

true

data
object