Skip to content

Commit 1c87f68

Browse files
feat: update schema for get /batches, part 2
1 parent edd4f74 commit 1c87f68

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs/capabilities/batch-get.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
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+
],
212
"paths": {
313
"/v1/batches": {
414
"get": {
@@ -12,7 +22,8 @@
1222
"schema": {
1323
"type": "string"
1424
},
15-
"description": "The ID of the batch to retrieve its status and results."
25+
"description": "The ID of the batch to retrieve its status and results.",
26+
"example": "<REPLACE_WITH_YOUR_BATCH_ID>"
1627
}
1728
],
1829
"responses": {

0 commit comments

Comments
 (0)