POST
/
phone
/
{phone_number}
/
quarantine
Colocar telefone em quarentena
curl --request POST \
  --url https://services.staging.app.dados.rio/rmi/v1/phone/{phone_number}/quarantine \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "phone_number": "<string>",
  "quarantine_until": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

phone_number
string
required

Número do telefone

Response

200
application/json

OK

The response is of type object.