Restore project to public version

Restore project to public version

post

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.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

Body
projectIdintegerRequired

Source project ID

Responses
200
OK
application/json
post
POST /v1/api/{projectId}/jobs/restore/from-public HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 15

{
  "projectId": 1
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?