cURL
curl --request PUT \ --url https://services.pref.rio/go/api/v1/empregabilidade/vagas/{id}/tipos-pcd \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tipos_pcd_ids": [ "<string>" ] } '
{}
Atualiza os tipos de PCD aceitos na vaga
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID da vaga
IDs dos tipos PCD
OK