{ "opencollection": "1.0.0", "info": { "name": "papi alert-query-proxy notes (deprecated v3) API", "version": "2.0.0" }, "items": [ { "info": { "name": "notes (deprecated v3)", "type": "folder" }, "items": [ { "info": { "name": "List notes for a workspace (deprecated v3)", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_name/notes", "params": [ { "name": "workspace_name", "value": "", "type": "path" }, { "name": "include_enrichment", "value": "", "type": "query", "description": "Include USearch indexing metadata" }, { "name": "status", "value": "", "type": "query", "description": "Filter by status" }, { "name": "search", "value": "", "type": "query", "description": "Search within content" }, { "name": "limit", "value": "", "type": "query", "description": "Max results" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List notes for a workspace.\n\nWithout include_enrichment: plain list of notes.\nWith include_enrichment=true: paginated wrapper with USearch metadata." }, { "info": { "name": "Create a note (deprecated v3)", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_name/notes", "params": [ { "name": "workspace_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new manual note and enqueue the v4 resolve+index reconcile." }, { "info": { "name": "Get a note (deprecated v3)", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_name/notes/:note_id", "params": [ { "name": "workspace_name", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a single note by UUID." }, { "info": { "name": "Update a note (deprecated v3)", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_name/notes/:note_id", "params": [ { "name": "workspace_name", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Partial update of a note. Re-runs the resolve+index reconcile." }, { "info": { "name": "Delete a note (deprecated v3)", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_name/notes/:note_id", "params": [ { "name": "workspace_name", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a note and remove it from the USearch index." } ] } ], "bundled": true }