Skip to content

Commit

Permalink
Updated data package API
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Oct 2, 2024
1 parent c153c10 commit 25bc9d8
Show file tree
Hide file tree
Showing 15 changed files with 528 additions and 124 deletions.
4 changes: 2 additions & 2 deletions docs/dashboard-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ This is the customer implementation of the Dashboard's API for receiving chart d
which the Aggregator re-implements as a lambda building Athena queries.

### endpoint
`/chart_data/{subscription_name}`
`/chart_data/{data_package}`

### URL segments
- `subscription_name` - The name of the data subscription we are querying
- `data_package` - The name of the data package we are querying

### Query parameters
- `column` - `string`, `required`; The name of the column we are requesting from the data table.
Expand Down
Loading

0 comments on commit 25bc9d8

Please sign in to comment.