Merge · Schema

UpdateApplicationStageRequest

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
job_interview_stage stringnull The interview stage to move the application to.
remote_user_id string
View JSON Schema on GitHub

JSON Schema

merge-updateapplicationstagerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateApplicationStageRequest",
  "title": "UpdateApplicationStageRequest",
  "type": "object",
  "properties": {
    "job_interview_stage": {
      "type": [
        "string",
        "null"
      ],
      "format": "uuid",
      "description": "The interview stage to move the application to."
    },
    "remote_user_id": {
      "type": "string"
    }
  }
}