Aller au contenu principal

CompanyOfferUpdate

Partial update schema - all fields optional for PATCH

title object
anyOf
string
description object
anyOf
string
target_levels object
anyOf
  • Array [
  • string
  • ]
  • field_of_study object
    anyOf
    string
    required_skills object
    anyOf
  • Array [
  • string
  • ]
  • duration_months object
    anyOf
    integer
    start_date object
    anyOf
    string
    end_date object
    anyOf
    string
    google_maps_url object
    anyOf
    string
    available_positions object
    anyOf
    integer
    status object
    anyOf
    string
    is_active object
    anyOf
    boolean
    application_deadline object
    anyOf
    string
    closed_date object
    anyOf
    string
    is_pfe object
    anyOf
    boolean
    pfe_title object
    anyOf
    string
    pfe_description object
    anyOf
    string
    pfe_policy object
    anyOf
    string
    city object
    anyOf
    string
    department object
    anyOf
    string
    address object
    anyOf
    string
    is_paid object
    anyOf
    boolean
    stipend_amount object
    anyOf
    number
    benefits object
    anyOf
  • Array [
  • string
  • ]
  • CompanyOfferUpdate
    {
    "title": "string",
    "description": "string",
    "target_levels": [
    "string"
    ],
    "field_of_study": "string",
    "required_skills": [
    "string"
    ],
    "duration_months": 0,
    "start_date": "string",
    "end_date": "string",
    "google_maps_url": "string",
    "available_positions": 0,
    "status": "string",
    "is_active": true,
    "application_deadline": "string",
    "closed_date": "string",
    "is_pfe": true,
    "pfe_title": "string",
    "pfe_description": "string",
    "pfe_policy": "string",
    "city": "string",
    "department": "string",
    "address": "string",
    "is_paid": true,
    "stipend_amount": 0,
    "benefits": [
    "string"
    ]
    }