Skip to main content
PUT
/
api
/
v1
/
empregabilidade
/
candidaturas
/
bulk-etapa
Atualizar etapa de candidaturas em lote
curl --request PUT \
  --url https://services.pref.rio/go/api/v1/empregabilidade/candidaturas/bulk-etapa \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "cpfs": [
    "<string>"
  ],
  "id_etapa": "<string>",
  "vaga_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Lista de CPFs, ID da vaga e nova etapa

cpfs
string[]
id_etapa
string
vaga_id
string

Response

OK

The response is of type object.