API Reference
Update Project
PUT

/projects/{id}

Authentication*
curl --request PUT \
  --url https://api.gotolstoy.com/projects/{id} \
  --header 'Authentication: <authentication>'

Parameters

idrequired
string

The project id to be updated

name
string
emailNotifications
array
stepsOrder
array
folder
string
curl -X PUT https://api.gotolstoy.com/projects/{id} \
  --header 'Authorization: Bearer <API_KEY>'