Restore project to public version

POST {{baseUrl}}/api/:projectId/jobs/restore/from-public

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

Request Body

{"projectId"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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