Update Application Form
PATCH
/job/application_form
JOBS
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/job/application_form' \
--header 'Content-Type: application/json' \
--data-raw '{
"afid": "string",
"oid": "string",
"mid": "string",
"jid": "string",
"form_fields": [
{
"field_name": "string",
"label": "string",
"field_type": "string",
"is_required": true
}
]
}'
Response Response Example
200 - Example 1
null
Request
Body Params application/json
Responses
Modified at 2025-05-26 05:13:41