Appearance
Attach a candidate to a job's pipeline at a chosen stage
POST
/api/nova/jobs/{jobId}/pipeline
Authorizations
privateApiKey
Type
API Key (query: apiKey)
Parameters
Path Parameters
jobId*
jobId
Type
Requiredstring
Query Parameters
apiKey*
apiKey
Type
Requiredstring
Request Body
application/json
JSON "candidateId": "string", "stateId": "string", "statusCode": "string"
{
}
Responses
OK
application/json
JSON "data": "string", "error": "string", "message": "string", "success": true
{
}