|
3 | 3 | { |
4 | 4 | "name": "DSIQ", |
5 | 5 | "description": "Returns a dynamic array with Date and Value columns (newest first).", |
6 | | - "helpUrl": "https://datasetiq.com/support", |
| 6 | + "helpUrl": "https://datasetiq.com/plugins/support", |
7 | 7 | "parameters": [ |
8 | 8 | { "name": "series_id", "description": "Series identifier", "type": "string" }, |
9 | 9 | { "name": "frequency", "description": "Optional frequency override", "type": "string", "optional": true }, |
|
14 | 14 | { |
15 | 15 | "name": "DSIQ_LATEST", |
16 | 16 | "description": "Returns the latest value available for a series.", |
17 | | - "helpUrl": "https://datasetiq.com/support", |
| 17 | + "helpUrl": "https://datasetiq.com/plugins/support", |
18 | 18 | "parameters": [{ "name": "series_id", "description": "Series identifier", "type": "string" }], |
19 | 19 | "result": { "type": "number" } |
20 | 20 | }, |
21 | 21 | { |
22 | 22 | "name": "DSIQ_VALUE", |
23 | 23 | "description": "Returns the value on or before the specified date.", |
24 | | - "helpUrl": "https://datasetiq.com/support", |
| 24 | + "helpUrl": "https://datasetiq.com/plugins/support", |
25 | 25 | "parameters": [ |
26 | 26 | { "name": "series_id", "description": "Series identifier", "type": "string" }, |
27 | 27 | { "name": "date", "description": "Date (YYYY-MM-DD)", "type": "string" } |
|
31 | 31 | { |
32 | 32 | "name": "DSIQ_YOY", |
33 | 33 | "description": "Returns pre-calculated year-over-year change.", |
34 | | - "helpUrl": "https://datasetiq.com/support", |
| 34 | + "helpUrl": "https://datasetiq.com/plugins/support", |
35 | 35 | "parameters": [{ "name": "series_id", "description": "Series identifier", "type": "string" }], |
36 | 36 | "result": { "type": "number" } |
37 | 37 | }, |
38 | 38 | { |
39 | 39 | "name": "DSIQ_META", |
40 | 40 | "description": "Returns metadata fields (units, frequency, title, last_updated).", |
41 | | - "helpUrl": "https://datasetiq.com/support", |
| 41 | + "helpUrl": "https://datasetiq.com/plugins/support", |
42 | 42 | "parameters": [ |
43 | 43 | { "name": "series_id", "description": "Series identifier", "type": "string" }, |
44 | 44 | { "name": "field", "description": "Metadata field name", "type": "string" } |
|
0 commit comments