curl --request PUT \
--url https://api.wappfy.com.br/instance/restart/{instance} \
--header 'apikey: <api-key>'
{
"instance": {
"instance": "nome_da_instancia",
"state": "open"
}
}
Reiniciar a instância
curl --request PUT \
--url https://api.wappfy.com.br/instance/restart/{instance} \
--header 'apikey: <api-key>'
{
"instance": {
"instance": "nome_da_instancia",
"state": "open"
}
}
Seu cabeçalho da chave de autorização.
ID da instância.
Ok
The response is of type object
.