Update Interview Template
This endoint allows you to update an interview template
Authorizations
Body
templateIdstringOptional
isProbooleanRequired
jobTitlestringRequired
jobDescriptionstringOptional
skillKeywordsstring[]Optional
iconUrlstringOptional
createdAtstringRequired
orgAliasstringOptional
Responses
200
Interview Template created successfully
400
Bad request
409
Conflict
put
PUT /api/v1/interviewTemplate HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 216
{
"templateId": "text",
"isPro": true,
"jobTitle": "text",
"jobDescription": "text",
"skillKeywords": [
"text"
],
"iconUrl": "text",
"areasToEvaluate": [
{
"area": "text",
"areaDescription": "text"
}
],
"createdAt": "text",
"orgAlias": "text"
}
No content
Last updated