Skip to main content
POST
/
apps
/
{appId}
/
start
Iniciar Aplicação
curl --request POST \
  --url https://dashboard.gratian.pro/api/v2/apps/{appId}/start \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "action": "renamed",
    "from": "index.js",
    "to": "arquivo.js"
  }
}

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 - application/json

Arquivo movido ou renomeado com sucesso

success
boolean
Example:

true

data
object