Skip to content

Commit

Permalink
fix data path
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Dec 7, 2024
1 parent 7778544 commit 5922353
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1909,7 +1909,7 @@ paths:
responses:
'204':
description: No response body
/api/training_data/:
/api/data/training_data/:
get:
operationId: training_data_list
description: ''
Expand Down Expand Up @@ -1967,7 +1967,7 @@ paths:
schema:
$ref: '#/components/schemas/TrainingData'
description: ''
/api/training_data/{id}/:
/api/data/training_data/{id}/:
get:
operationId: training_data_retrieve
description: ''
Expand Down Expand Up @@ -2063,7 +2063,7 @@ paths:
responses:
'204':
description: No response body
/api/training_data/{id}/download_file/:
/api/data/training_data/{id}/download_file/:
get:
operationId: training_data_download_file_retrieve
description: ''
Expand All @@ -2086,7 +2086,7 @@ paths:
schema:
$ref: '#/components/schemas/TrainingData'
description: ''
/api/training_data/{id}/unlink_file/:
/api/data/training_data/{id}/unlink_file/:
delete:
operationId: training_data_unlink_file_destroy
description: ''
Expand Down

0 comments on commit 5922353

Please sign in to comment.