Restore project to version

POST {{baseUrl}}/api/:projectId/jobs/restore

Restore a project to a certain version. This can only applied to a project without data, and will overwrite your impulse and all settings.

Request Body

{"projectId"=>"<integer>", "projectApiKey"=>"<string>", "versionId"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}