Save a new schematic version.
cURL
curl --request POST \ --url https://api.buildwithtrace.com/api/v2/schematic/version \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "project_path": "<string>", "content": "<string>", "description": "Added power supply section", "conversation_id": "<string>" } '
JWT access token. Get one via POST /auth/login or from the Trace app (Settings → API Token). Tokens expire after 1 hour.
Path to the project
Schematic file content
"Added power supply section"
Associated conversation session ID
Version saved
Was this page helpful?