Endpoint for suspending a job posting published within the VaaS context.
PATCH
/job-posting/vaas/{represented_hash}/{job_id}/suspend
curl \
--request PATCH 'https://apigateway.vagas.com.br/v1/job-posting/vaas/abc123xyz/2505124/suspend' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": 27000,
"suspend": true
}