Commit 10c4328
Add qualified_id field to Reporting Data Export API schema (#366)
* Add qualified_id field to Reporting Data Export API schema
Updates the Unstable OpenAPI spec to include the new qualified_id field
for attribute disambiguation in the get_datasets response.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: Update attribute_ids to require qualified_id format
The public_id fallback has been removed from find_attribute, so
attribute_ids must use qualified_id format (e.g., "standard.conversation_id")
instead of plain public_id (e.g., "conversation_id").
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Revert attribute_ids example to use simple format
Keep the description explaining qualified_id format, but revert the
example back to plain attribute IDs since the endpoint accepts both
formats.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 8780018 commit 10c4328
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1520 | 1520 | | |
1521 | 1521 | | |
1522 | 1522 | | |
| 1523 | + | |
1523 | 1524 | | |
1524 | 1525 | | |
1525 | 1526 | | |
| |||
1740 | 1741 | | |
1741 | 1742 | | |
1742 | 1743 | | |
| 1744 | + | |
1743 | 1745 | | |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
| 1749 | + | |
1744 | 1750 | | |
1745 | 1751 | | |
1746 | 1752 | | |
| |||
0 commit comments