v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
interview-templates

Update managed steps for the job.

Updates managed steps for the job's hiring process. Allows to decide whether for given hiring stage and step it is required to have an interview template assigned.

put/managed-steps/jobs/{jobId}

Path parameters

jobIdstring uuid required

The job id

Request body

Example request

{
  "states": [
    {
      "stage": "INTERVIEW",
      "steps": [
        {
          "step": "Phone screen"
        }
      ]
    }
  ]
}

Response

Returns managed steps.

Example response

{
  "states": [
    {
      "stage": "INTERVIEW",
      "steps": [
        {
          "step": "Phone screen"
        }
      ]
    }
  ]
}