Skip to main content
PUT
/
citizen
/
{cpf}
/
exhibition-name
Atualizar nome de exibição autodeclarado
curl --request PUT \
  --url https://services.pref.rio/rmi/v1/citizen/{cpf}/exhibition-name \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "valor": "<string>"
}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

cpf
string
required

Número do CPF

Body

application/json

Nome de exibição autodeclarado

valor
string
required

Response

Nome de exibição atualizado com sucesso

message
string