diff --git a/src/api/v1/circular_average.py b/src/api/v1/circular_average.py index 258bf5c7f..de2f4d013 100644 --- a/src/api/v1/circular_average.py +++ b/src/api/v1/circular_average.py @@ -95,7 +95,7 @@ def circular_average_events_get( openapi_extra={ "externalDocs": { "description": "RTDIP Circular Average Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/circular-average/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/circular-average/", } }, ) @@ -138,7 +138,7 @@ async def circular_average_get( openapi_extra={ "externalDocs": { "description": "RTDIP Circular Average Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/circular-average/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/circular-average/", } }, ) diff --git a/src/api/v1/circular_standard_deviation.py b/src/api/v1/circular_standard_deviation.py index 08f48a116..a5aaf6595 100644 --- a/src/api/v1/circular_standard_deviation.py +++ b/src/api/v1/circular_standard_deviation.py @@ -95,7 +95,7 @@ def circular_standard_deviation_events_get( openapi_extra={ "externalDocs": { "description": "RTDIP Circular Standard Deviation Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/circular-standard-deviation/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/circular-standard-deviation/", } }, ) @@ -138,7 +138,7 @@ async def circular_standard_deviation_get( openapi_extra={ "externalDocs": { "description": "RTDIP Circular Standard Deviation Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/circular-standard-deviation/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/circular-standard-deviation/", } }, ) diff --git a/src/api/v1/interpolate.py b/src/api/v1/interpolate.py index b4536851c..6f7378e36 100644 --- a/src/api/v1/interpolate.py +++ b/src/api/v1/interpolate.py @@ -96,7 +96,7 @@ def interpolate_events_get( openapi_extra={ "externalDocs": { "description": "RTDIP Interpolation Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/interpolate/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/interpolate/", } }, ) @@ -141,7 +141,7 @@ async def interpolate_get( openapi_extra={ "externalDocs": { "description": "RTDIP Interpolation Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/interpolate/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/interpolate/", } }, ) diff --git a/src/api/v1/interpolation_at_time.py b/src/api/v1/interpolation_at_time.py index ced1a0b18..2a60e72a5 100644 --- a/src/api/v1/interpolation_at_time.py +++ b/src/api/v1/interpolation_at_time.py @@ -90,7 +90,7 @@ def interpolation_at_time_events_get( openapi_extra={ "externalDocs": { "description": "RTDIP Interpolation At Time Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/interpolate_at_time/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/interpolation-at-time/", } }, ) @@ -131,7 +131,7 @@ async def interpolate_get( openapi_extra={ "externalDocs": { "description": "RTDIP Interpolation At Time Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/interpolate_at_time/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/interpolation-at-time/", } }, ) diff --git a/src/api/v1/latest.py b/src/api/v1/latest.py index a9f976951..15c2e84a3 100644 --- a/src/api/v1/latest.py +++ b/src/api/v1/latest.py @@ -73,7 +73,7 @@ def latest_retrieval_get( openapi_extra={ "externalDocs": { "description": "RTDIP Latest Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/latest/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/latest/", } }, ) @@ -108,7 +108,7 @@ async def latest_get( openapi_extra={ "externalDocs": { "description": "RTDIP Latest Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/latest/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/latest/", } }, ) diff --git a/src/api/v1/metadata.py b/src/api/v1/metadata.py index 8e26b5d3b..01d446c25 100644 --- a/src/api/v1/metadata.py +++ b/src/api/v1/metadata.py @@ -108,7 +108,7 @@ async def metadata_get( openapi_extra={ "externalDocs": { "description": "RTDIP Metadata Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/metadata/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/metadata/", } }, ) diff --git a/src/api/v1/raw.py b/src/api/v1/raw.py index b9611cdb4..b849b995e 100644 --- a/src/api/v1/raw.py +++ b/src/api/v1/raw.py @@ -79,7 +79,7 @@ def raw_events_get( openapi_extra={ "externalDocs": { "description": "RTDIP Raw Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/raw/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/raw/", } }, ) @@ -116,7 +116,7 @@ async def raw_get( openapi_extra={ "externalDocs": { "description": "RTDIP Raw Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/raw/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/raw/", } }, ) diff --git a/src/api/v1/resample.py b/src/api/v1/resample.py index 86cfeb2b5..fd4ed8992 100644 --- a/src/api/v1/resample.py +++ b/src/api/v1/resample.py @@ -95,7 +95,7 @@ def resample_events_get( openapi_extra={ "externalDocs": { "description": "RTDIP Resample Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/resample/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/resample/", } }, ) @@ -138,7 +138,7 @@ async def resample_get( openapi_extra={ "externalDocs": { "description": "RTDIP Resample Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/resample/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/resample/", } }, ) diff --git a/src/api/v1/summary.py b/src/api/v1/summary.py index 3f8db9f2f..a50e35847 100644 --- a/src/api/v1/summary.py +++ b/src/api/v1/summary.py @@ -79,7 +79,7 @@ def summary_events_get( openapi_extra={ "externalDocs": { "description": "RTDIP Summary Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/summary/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/summary/", } }, ) @@ -116,7 +116,7 @@ async def summary_get( openapi_extra={ "externalDocs": { "description": "RTDIP Summary Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/summary/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/summary/", } }, ) diff --git a/src/api/v1/time_weighted_average.py b/src/api/v1/time_weighted_average.py index ac16fbadc..f4a3ca357 100644 --- a/src/api/v1/time_weighted_average.py +++ b/src/api/v1/time_weighted_average.py @@ -94,7 +94,7 @@ def time_weighted_average_events_get( openapi_extra={ "externalDocs": { "description": "RTDIP Time Weighted Averages Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/time-weighted-average/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/time-weighted-average/", } }, ) @@ -137,7 +137,7 @@ async def time_weighted_average_get( openapi_extra={ "externalDocs": { "description": "RTDIP Time Weighted Averages Query Documentation", - "url": "https://www.rtdip.io/sdk/code-reference/query/time-weighted-average/", + "url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/time-weighted-average/", } }, )