Skip to main content
PUT
/
api
/
v1
/
oportunidades-mei
/
{id}
Atualizar oportunidade MEI
curl --request PUT \
  --url https://services.pref.rio/go/v1/api/v1/oportunidades-mei/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

ID da oportunidade

Body

application/json · object

Dados da oportunidade

The body is of type object.

Response

OK

The response is of type object.