v1
latestOpenAPI 3.1.02026-07-224239180.9 KBInterview Module
Update an interview module
Updates the supplied interview-module configuration, including training requirements, graduation rules, weekly limit, and fast-track setting. Omitted fields are preserved, while supplied approver lists replace the complete list for that graduation step. Null weekly_interview_limit means unlimited.
patch/v1/interview-modules/{moduleId}
Path parameters
moduleIdstring required
an interview module ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
Example:mod_a1b2c3d4e5f64789a1b2c3d4e5f64789
Request body
Response
Success
Example response
{
"id": "mod_a1b2c3d4e5f64789a1b2c3d4e5f64789"
}