Skip to content

Commit 5734a2a

Browse files
authored
Merge pull request #102 from togethercomputer/alaydshah-patch-1
update Ta: `batches` -> `Batches`
2 parents 47038a9 + 0fb54c2 commit 5734a2a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ paths:
11681168
description: List Response
11691169
/batches:
11701170
get:
1171-
tags: ['batches']
1171+
tags: ['Batches']
11721172
summary: List batch jobs
11731173
description: List all batch jobs for the authenticated user
11741174
security:
@@ -1195,7 +1195,7 @@ paths:
11951195
schema:
11961196
$ref: '#/components/schemas/BatchErrorResponse'
11971197
post:
1198-
tags: ['batches']
1198+
tags: ['Batches']
11991199
summary: Create a batch job
12001200
description: Create a new batch job with the given input file and endpoint
12011201
security:
@@ -1240,7 +1240,7 @@ paths:
12401240

12411241
/batches/{id}:
12421242
get:
1243-
tags: ['batches']
1243+
tags: ['Batches']
12441244
summary: Get a batch job
12451245
description: Get details of a batch job by ID
12461246
security:
@@ -4022,4 +4022,4 @@ components:
40224022
- EXPIRED
40234023
- CANCELLED
40244024
example: "IN_PROGRESS"
4025-
description: "Current status of the batch job"
4025+
description: "Current status of the batch job"

0 commit comments

Comments
 (0)