Try our new Setup Skill to automatically integrate Hyperspell into your project
curl --request POST \
--url https://api.hyperspell.com/context-documents/tree/{tree_id}/edits/{edit_id}/resolve \
--header 'Authorization: Bearer <token>'{}Stamp reviewed_baseline on the edit with the current tree’s
baseline for this edit’s path.
Called by the UI after Keep-mine and careful-merge save, so the row disappears from “needs review” until the next regen produces a different baseline. Auto-merge handles this in its own handler.
curl --request POST \
--url https://api.hyperspell.com/context-documents/tree/{tree_id}/edits/{edit_id}/resolve \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://docs.hyperspell.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
Successful Response
Was this page helpful?