API Reference
Update Step
PUT

/projects/steps/{id}

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

Parameters

idrequired
string

The id of the Tolstoy step to be updated

description
string
answers
array
videoId
string
overlayText
string
answerTime
number
curl -X PUT https://api.gotolstoy.com/projects/steps/{id} \
  --header 'Authorization: Bearer <API_KEY>'