Skip to content

Commit 371e74f

Browse files
author
Sentio Bot
committed
chore: update
1 parent bbe8c43 commit 371e74f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

doc/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@
23192319
"type" : "string"
23202320
}
23212321
},
2322-
"description" : "start and end time of the time range, Find more: https://docs.sentio.xyz/docs/data-api#time-range-configuration-guide",
2322+
"description" : "start and end time of the time range, Find more: https://docs.sentio.xyz/reference/data#time-range-configuration-guide",
23232323
"example" : {
23242324
"start" : "now-1M",
23252325
"end" : "now",
@@ -2328,7 +2328,7 @@
23282328
},
23292329
"externalDocs" : {
23302330
"description" : "Find more about time range here.",
2331-
"url" : "https://docs.sentio.xyz/docs/data-api#time-range-configuration-guide"
2331+
"url" : "https://docs.sentio.xyz/reference/data#time-range-configuration-guide"
23322332
}
23332333
};
23342334
defs["common.TimeRange.RelativeTime"] = {
@@ -4625,7 +4625,7 @@ <h1>executeSQL</h1>
46254625

46264626
![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(102).png)
46274627

4628-
Find more: https://docs.sentio.xyz/docs/data-api#sql-api</p>
4628+
Find more: https://docs.sentio.xyz/reference/data#sql-api</p>
46294629
<p></p>
46304630
<br />
46314631
<pre class="prettyprint language-html prettyprinted" data-type="post"><code><span class="pln">/api/v1/analytics/{owner}/{slug}/sql/execute</span></code></pre>

openapi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"/api/v1/analytics/{owner}/{slug}/sql/execute": {
1616
"post": {
1717
"summary": "Execute SQL",
18-
"description": "Execute SQL in a project. Go to \"Data Studio\" -> \"SQL Editor\", write your query and then click \"Export as cURL\"\n\n![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(102).png)\n\nFind more: https://docs.sentio.xyz/docs/data-api#sql-api",
18+
"description": "Execute SQL in a project. Go to \"Data Studio\" -> \"SQL Editor\", write your query and then click \"Export as cURL\"\n\n![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(102).png)\n\nFind more: https://docs.sentio.xyz/reference/data#sql-api",
1919
"operationId": "ExecuteSQL",
2020
"responses": {
2121
"200": {
@@ -54,7 +54,7 @@
5454
],
5555
"externalDocs": {
5656
"description": "find more information here",
57-
"url": "https://docs.sentio.xyz/docs/data-api#sql-api"
57+
"url": "https://docs.sentio.xyz/reference/data#sql-api"
5858
}
5959
}
6060
},
@@ -2552,11 +2552,11 @@
25522552
"type": "string"
25532553
}
25542554
},
2555-
"description": "start and end time of the time range, Find more: https://docs.sentio.xyz/docs/data-api#time-range-configuration-guide",
2555+
"description": "start and end time of the time range, Find more: https://docs.sentio.xyz/reference/data#time-range-configuration-guide",
25562556
"title": "Time range",
25572557
"externalDocs": {
25582558
"description": "Find more about time range here.",
2559-
"url": "https://docs.sentio.xyz/docs/data-api#time-range-configuration-guide"
2559+
"url": "https://docs.sentio.xyz/reference/data#time-range-configuration-guide"
25602560
},
25612561
"required": [
25622562
"start",

src/apis/DataApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export interface Retention2Request {
158158
export class DataApi extends runtime.BaseAPI {
159159

160160
/**
161-
* Execute SQL in a project. Go to \"Data Studio\" -> \"SQL Editor\", write your query and then click \"Export as cURL\" ![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(102).png) Find more: https://docs.sentio.xyz/docs/data-api#sql-api
161+
* Execute SQL in a project. Go to \"Data Studio\" -> \"SQL Editor\", write your query and then click \"Export as cURL\" ![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(102).png) Find more: https://docs.sentio.xyz/reference/data#sql-api
162162
* Execute SQL
163163
*/
164164
async executeSQLRaw(requestParameters: ExecuteSQLRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AnalyticServiceSyncExecuteSQLResponse>> {
@@ -205,7 +205,7 @@ export class DataApi extends runtime.BaseAPI {
205205
}
206206

207207
/**
208-
* Execute SQL in a project. Go to \"Data Studio\" -> \"SQL Editor\", write your query and then click \"Export as cURL\" ![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(102).png) Find more: https://docs.sentio.xyz/docs/data-api#sql-api
208+
* Execute SQL in a project. Go to \"Data Studio\" -> \"SQL Editor\", write your query and then click \"Export as cURL\" ![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(102).png) Find more: https://docs.sentio.xyz/reference/data#sql-api
209209
* Execute SQL
210210
*/
211211
async executeSQL(requestParameters: ExecuteSQLRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AnalyticServiceSyncExecuteSQLResponse> {

src/models/CommonTimeRangeLite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import { mapValues } from '../runtime.js';
1616
/**
17-
* start and end time of the time range, Find more: https://docs.sentio.xyz/docs/data-api#time-range-configuration-guide
17+
* start and end time of the time range, Find more: https://docs.sentio.xyz/reference/data#time-range-configuration-guide
1818
* @export
1919
* @interface CommonTimeRangeLite
2020
*/

0 commit comments

Comments
 (0)