Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vortexasdk/endpoints/freight_pricing_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def search(

time_max: The UTC end date of the time filter.

breakdown_frequency: Must be one of: `day`, `week`, `doe_week`, `month`, `quarter` or `year`.
breakdown_frequency: Must be one of: `day`, `week`, `month`, `quarter` or `year`.

breakdown_property: Property used to build the value of the aggregation. Must be one of the following:
`route`, `cost` (not available for LNG routes), `tce` (not available for LNG routes).
Expand Down
Loading