Skip to content

Commit

Permalink
cont
Browse files Browse the repository at this point in the history
  • Loading branch information
farisdurrani committed Jun 17, 2023
1 parent a08b412 commit 9da723c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
7 changes: 0 additions & 7 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ info:
implementation logic. Similar to what
interfaces have done for lower-level programming, OpenAPI removes the
guesswork in calling the service.
tags:
- name: Dataset
description: Dataset
- name: s3
description: s3
- name: Test
description: Test
servers:
- url: https://example.com/api/v1
paths:
Expand Down
1 change: 1 addition & 0 deletions openapi/paths/defaultDataset.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
post:
summary: Default dataset
description: Endpoint to get user selected default dataset for training
requestBody:
content:
Expand Down
1 change: 1 addition & 0 deletions openapi/paths/getColumnsFromDatasetFile.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
post:
summary: Get columns from dataset file
description: "API Endpoint to retrieve columns from a user uploaded dataset file (eg: column names for a CSV file)"
requestBody:
content:
Expand Down

0 comments on commit 9da723c

Please sign in to comment.