# Update Job **PATCH /job-posting/vaas/{job_id}** Endpoint used to partially update a job posting published within the VaaS context. Only the fields listed below can be updated through this endpoint. If a field that is not allowed for update is sent in the request, the API will return an error informing that the field is not editable. The +cargo+, +descricao+, and +outros_requisitos+ fields support a limited set of HTML tags for text formatting. The allowed HTML tags are listed below. +Allowed HTML Tags:+ - span - br - p - ul - ol - li - b - i - u - strong - em - div - h1 - h2 - h3 - h4 - h5 - h6 ## Servers - https://apigateway.vagas.com.br/v1: https://apigateway.vagas.com.br/v1 () ## Authentication methods - O auth2 ## Parameters ### Path parameters - **job_id** (integer) Job identifier. ### Body: application/json (object) - **url_externa** (string) URL where the candidate will be redirected to complete the application process. - **cargo** (string) Job title. - **cargo_exclusivo_pcd** (boolean) Flag to mark if the job is exclusively for people with disabilities. - **tipo_de_contratacao_id** (integer) Contract type ID. It can be obtained from the endpoint `/v1/dominios/modelos-contratuais`. - **idiomas** (array[object]) Required languages for the job. - **beneficios** (array[object]) Job benefits. The same benefit must not be added more than once to the same job posting. If this field is sent, the `beneficios_txt` field must not be included in the request. - **beneficios_txt** (string) Free-text description of the job benefits. If this field is sent, the `beneficios` field must not be included in the request. - **anuncio** (object) - **salario** (object) - **pre_requisitos** (object) - **atuacao** (object) - **sobre_a_empresa** (object) - **canais_de_divulgacao** (object) ## Responses ### 200 OK [Powered by Bump.sh](https://bump.sh)