Skip to main content
PUT
/
api
/
v1
/
oportunidades-mei
/
{id}
/
propostas
/
{propostaId}
Atualizar proposta MEI
curl --request PUT \
  --url https://services.pref.rio/go/v1/api/v1/oportunidades-mei/{id}/propostas/{propostaId} \
  --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

propostaId
string
required

UUID da proposta

Body

application/json · object

Dados para atualização: {\

The body is of type object.

Response

OK

The response is of type object.