Skip to content

Commit

Permalink
correction to swagger file
Browse files Browse the repository at this point in the history
  • Loading branch information
FadyCoding committed Jun 7, 2024
1 parent 4c79f35 commit da5897c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions backend/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,8 @@ paths:
404:
description: model or project doesn't exist

? /data-providers/{dataProviderId}/projects/{projectId}/models/{modelId}/resultsDict
: post:
/data-providers/{dataProviderId}/projects/{projectId}/models/{modelId}/resultsDict:
post:
summary: Add a results to a model
tags: [Model]
operationId: controller.pythonModuleDp.add_results_dict
Expand Down Expand Up @@ -524,8 +524,8 @@ paths:
404:
description: model or project doesn't exist

? /data-providers/{dataProviderId}/projects/{projectId}/models/{modelId}/getModelResults
: post:
/data-providers/{dataProviderId}/projects/{projectId}/models/{modelId}/getModelResults:
post:
summary: Get the model results from a sample list
tags: [Model]
operationId: controller.models.get_results
Expand Down Expand Up @@ -706,8 +706,8 @@ paths:
schema:
type: object

? /data-providers/{dataProviderId}/projects/{projectId}/selections/{selectionId}
: get:
/data-providers/{dataProviderId}/projects/{projectId}/selections/{selectionId}:
get:
summary: Get a project selection id list
tags: [Selection]
operationId: controller.selection.get_selection_id_list
Expand Down

0 comments on commit da5897c

Please sign in to comment.