Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/projects/{project}/boxes/{name}/diff
{ "against": "<string>", "files": { "added": [ "<string>" ], "deleted": [ "<string>" ], "modified": [ "<string>" ] } }
Project name
Box name
Checkpoint to diff against (defaults to latest)
Diff status
Show child attributes