Skip to main content
POST
/
apps
/
{appId}
/
restart
Reiniciar Aplicação
curl --request POST \
  --url https://dashboard.gratian.pro/api/v2/apps/{appId}/restart \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

appId
string
required

Response

200 - undefined