CompanyOfferUpdate
Partial update schema - all fields optional for PATCH
title object
anyOf
- string
- null
string
description object
anyOf
- string
- null
string
target_levels object
anyOf
- string[]
- null
Array [
string
]
field_of_study object
anyOf
- string
- null
string
required_skills object
anyOf
- string[]
- null
Array [
string
]
duration_months object
anyOf
- integer
- null
integer
start_date object
anyOf
- string
- null
string
end_date object
anyOf
- string
- null
string
google_maps_url object
anyOf
- string
- null
string
available_positions object
anyOf
- integer
- null
integer
status object
anyOf
- string
- null
string
is_active object
anyOf
- boolean
- null
boolean
application_deadline object
anyOf
- string
- null
string
closed_date object
anyOf
- string
- null
string
is_pfe object
anyOf
- boolean
- null
boolean
pfe_title object
anyOf
- string
- null
string
pfe_description object
anyOf
- string
- null
string
pfe_policy object
anyOf
- string
- null
string
city object
anyOf
- string
- null
string
department object
anyOf
- string
- null
string
address object
anyOf
- string
- null
string
is_paid object
anyOf
- boolean
- null
boolean
stipend_amount object
anyOf
- number
- null
number
benefits object
anyOf
- string[]
- null
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"
]
}