Restore a previous schematic version.
cURL
curl --request POST \ --url https://api.buildwithtrace.com/api/v2/schematic/restore \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "version_id": "<string>", "project_path": "<string>" } '
JWT access token. Get one via POST /auth/login or from the Trace app (Settings → API Token). Tokens expire after 1 hour.
Version restored
Was this page helpful?