Skip to main content
POST
/
api
/
environments
/
sync
Sync environments from YAML
curl --request POST \
  --url https://api.empirical.run/api/environments/sync \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "success": true
  }
}

Authorizations

Authorization
string
header
required

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

Response

Sync succeeded.

data
object
required

Response payload.