Skip to content

Commit

Permalink
Uploads - Update OperationId (#30495)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjwoods committed Sep 16, 2024
1 parent 4092328 commit 0bf91d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@
"UploadFile:"
],
"summary": "Creates a new file entity by uploading data from a local machine. Uploaded files can, for example, be used for training or evaluating fine-tuned models.",
"operationId": "Upload_File_Start",
"operationId": "UploadFile_Start",
"consumes": [
"application/json",
"text/json",
Expand Down Expand Up @@ -1281,7 +1281,7 @@
"UploadFile:"
],
"summary": "Creates a new file entity by uploading data from a local machine. Uploaded files can, for example, be used for training or evaluating fine-tuned models.",
"operationId": "Upload_File_Cancel",
"operationId": "UploadFile_Cancel",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -1324,7 +1324,7 @@
"UploadFile:"
],
"summary": "Creates a new file entity by uploading data from a local machine. Uploaded files can, for example, be used for training or evaluating fine-tuned models.",
"operationId": "Upload_File_Complete",
"operationId": "UploadFile_Complete",
"consumes": [
"application/json",
"text/json",
Expand Down Expand Up @@ -1381,7 +1381,7 @@
"UploadFile:"
],
"summary": "Creates a new file entity by uploading data from a local machine. Uploaded files can, for example, be used for training or evaluating fine-tuned models.",
"operationId": "Upload_File_Part",
"operationId": "UploadFile_Part",
"consumes": [
"multipart/form-data"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ paths:
tags:
- "UploadFile:"
summary: Creates a new file entity by uploading data from a local machine. Uploaded files can, for example, be used for training or evaluating fine-tuned models.
operationId: Upload_File_Start
operationId: UploadFile_Start
consumes:
- application/json
- text/json
Expand Down Expand Up @@ -813,7 +813,7 @@ paths:
tags:
- "UploadFile:"
summary: Creates a new file entity by uploading data from a local machine. Uploaded files can, for example, be used for training or evaluating fine-tuned models.
operationId: Upload_File_Cancel
operationId: UploadFile_Cancel
produces:
- application/json
parameters:
Expand All @@ -840,7 +840,7 @@ paths:
tags:
- "UploadFile:"
summary: Creates a new file entity by uploading data from a local machine. Uploaded files can, for example, be used for training or evaluating fine-tuned models.
operationId: Upload_File_Complete
operationId: UploadFile_Complete
consumes:
- application/json
- text/json
Expand Down Expand Up @@ -877,7 +877,7 @@ paths:
tags:
- "UploadFile:"
summary: Creates a new file entity by uploading data from a local machine. Uploaded files can, for example, be used for training or evaluating fine-tuned models.
operationId: Upload_File_Part
operationId: UploadFile_Part
consumes:
- multipart/form-data
produces:
Expand Down

0 comments on commit 0bf91d2

Please sign in to comment.