# Edit Job **PATCH /job-posting/jobs/{id}** Endpoint to edit job in the Vagas for Business system The attributes *cargo*, *descrição do anuncio* and *outros requisitos do anúncio* accept some HTML tags, allowed options 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 - **id** (string) Job ID ### Body: application/json (object) - **notificar** (array[string]) List of emails to send notification when the job is published - **cargo** (string) Job title - **cargo_exclusivo_pcd** (boolean) Flag to mark if the job is for people with a disability only - **tipo_de_contratacao_id** (integer) Contract type ID. can be obtained in the endpoint `/v1/dominios/modelos-contratuais` - **numero_de_posicoes** (integer) Open positions of the job - **idiomas** (array[object]) Required Languages for the job, they can be obtained in the endpoint `/v1/dominios/idiomas` - **beneficios** (array[object]) Benefits offered. Os ids podem ser obtidos no endpoint `v1/job-posting/benefits`. the beneft can not be added twice in the same job - **anuncio** (object) - **salario** (object) Salary fields - **pre_requisitos** (object) - **atuacao** (object) - **sobre_a_empresa** (object) - **periodo_de_inscricao** (object) The period that the job will accept applications - **acesso_restrito** (object) Fields mark the access to the job restricted. - **canais_de_divulgacao** (object) - **vaga_inteligente** (boolean) If the value is true, the job will be published as a smart job ## Responses ### 200 OK #### Body: application/json (object) - **id** (integer) - **cargo_exclusivo_pcd** (boolean) Flag to show if the job is for people with a disability only - **cargo** (string) Job title - **numero_de_posicoes** (integer) Number of positions offered - **tipo_de_contratacao_id** (integer) Contract type id - **funcionario_id** (integer) Employee ID - **empresa_id** (integer) Company ID - **data_criacao** (string) - **fases_ids** (array[integer]) Phases IDs - **canais_de_divulgacao** (object) - **acesso_restrito** (object) - **sobre_a_empresa** (object) About the company - **anuncio** (object) - **periodo_de_inscricao** (object) Application period - **salario** (object) Salary fields - **idiomas** (array[object]) Languages - **pre_requisitos** (object) - **atuacao** (object) - **fichas_gerenciais** (array[object]) Management forms - **beneficios** (array[object]) Benefits - **fichas** (array[object]) Forms - **vaga_inteligente** (boolean) [Powered by Bump.sh](https://bump.sh)