Create document
documentedCreate a new dashboard/workbook document.
POST /api/v1/documentsDocumentsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$OMNIGROUP_INSTANCE}}/api/v1/documents" \
-X POST \\
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\
-H "Content-Type: application/json" \\
-H "Accept: application/json" \\
-d '{"modelId": "{{$modelId}}", "name": "{{$documentName}}", "queryPresentations": [ { "name": "{{$qpName}}", "description": "{{$qpDescription}}", "query": {{$query}}, "visConfig": {{$visConfig}} } ] }'