Skip to content

Commit edd4f74

Browse files
feat: update schema for get /bathes (query parameter)
1 parent ef6df17 commit edd4f74

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

docs/capabilities/batch-get.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
{
2-
"openapi": "3.0.0",
3-
"info": {
4-
"title": "AIML API",
5-
"version": "1.0.0"
6-
},
7-
"servers": [
8-
{
9-
"url": "https://api.aimlapi.com"
10-
}
11-
],
122
"paths": {
13-
"/v1/batches/{batch_id}": {
3+
"/v1/batches": {
144
"get": {
155
"x-codeSamples": [],
166
"operationId": "_v1_batches",
177
"parameters": [
188
{
199
"name": "batch_id",
20-
"in": "path",
10+
"in": "query",
2111
"required": true,
2212
"schema": {
2313
"type": "string"

0 commit comments

Comments
 (0)