This endoint allows you to update an interview template
Last updated 8 months ago
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" }
Interview Template created successfully
No content