You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/openapi.yml
-76Lines changed: 0 additions & 76 deletions
Original file line number
Diff line number
Diff line change
@@ -134,8 +134,6 @@ components:
134
134
paths:
135
135
'/api/databases':
136
136
get:
137
-
security:
138
-
- ApiKeyAuth: []
139
137
summary: Returns a list of database names.
140
138
description: Gets all databases created by the user.
141
139
responses:
@@ -164,8 +162,6 @@ paths:
164
162
items:
165
163
type: string
166
164
post:
167
-
security:
168
-
- ApiKeyAuth: []
169
165
summary: Creates a new database connection.
170
166
description: Creates a new database connection. The example parameters below are for connecting to [MySQL](/data-integrations/mysql). See [here](/data-integrations/all-data-integrations) for which parameters to use for your datasource.
171
167
requestBody:
@@ -239,8 +235,6 @@ paths:
239
235
type: string
240
236
'/api/databases/{databaseName}':
241
237
get:
242
-
security:
243
-
- ApiKeyAuth: []
244
238
summary: Gets info about existing database.
245
239
description: Gets info about an existing database.
246
240
parameters:
@@ -282,8 +276,6 @@ paths:
282
276
items:
283
277
type: string
284
278
put:
285
-
security:
286
-
- ApiKeyAuth: []
287
279
summary: Updates an existing database connection.
288
280
description: Updates an existing database connection, or creates a new connection if one doesn't exist. The example parameters below are for updating a [MySQL](/data-integrations/mysql) connection. See [here](/data-integrations/all-data-integrations) for which parameters to use for your datasource.
289
281
parameters:
@@ -351,8 +343,6 @@ paths:
351
343
items:
352
344
type: string
353
345
delete:
354
-
security:
355
-
- ApiKeyAuth: []
356
346
summary: Deletes an existing database.
357
347
description: Deletes an existing database connection by name.
358
348
parameters:
@@ -395,8 +385,6 @@ paths:
395
385
type: string
396
386
'/api/projects':
397
387
get:
398
-
security:
399
-
- ApiKeyAuth: []
400
388
summary: Returns a list of projects.
401
389
description: Gets all projects created by the user.
402
390
responses:
@@ -426,8 +414,6 @@ paths:
426
414
type: string
427
415
'/api/projects/{projectName}':
428
416
get:
429
-
security:
430
-
- ApiKeyAuth: []
431
417
summary: Get a project by name.
432
418
description: Gets a project created by the user.
433
419
parameters:
@@ -470,8 +456,6 @@ paths:
470
456
type: string
471
457
'/api/projects/{projectName}/models':
472
458
post:
473
-
security:
474
-
- ApiKeyAuth: []
475
459
summary: This endpoint trains a new ML Model.
476
460
description: Starts training a new Machine Learning model.
477
461
parameters:
@@ -531,8 +515,6 @@ paths:
531
515
items:
532
516
type: string
533
517
get:
534
-
security:
535
-
- ApiKeyAuth: []
536
518
summary: Returns a list of models.
537
519
description: Gets info about all models in the project.
538
520
parameters:
@@ -577,8 +559,6 @@ paths:
577
559
type: string
578
560
'/api/projects/{projectName}/models/{modelName}':
579
561
get:
580
-
security:
581
-
- ApiKeyAuth: []
582
562
summary: Gets info about specific model.
583
563
description: Gets info for a specific model in the project.
0 commit comments