Skip to content

Commit 8dbb83d

Browse files
Hartorngithub-actions[bot]
authored andcommitted
chore: version OpenAPI spec - v2.5.1-89-g2f74f72f
1 parent a914f94 commit 8dbb83d

1 file changed

Lines changed: 23 additions & 17 deletions

File tree

openapi.json

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.1.0",
33
"info": {
44
"title": "Giskard Hub",
5-
"version": "v2.5.1-39-gfa8ea42e"
5+
"version": "v2.5.1-89-g2f74f72f"
66
},
77
"paths": {
88
"/v2/agents": {
@@ -21238,7 +21238,14 @@
2123821238
"title": "Email"
2123921239
},
2124021240
"api_key": {
21241-
"type": "string",
21241+
"anyOf": [
21242+
{
21243+
"type": "string"
21244+
},
21245+
{
21246+
"type": "null"
21247+
}
21248+
],
2124221249
"title": "Api Key"
2124321250
},
2124421251
"permissions": {
@@ -21261,7 +21268,6 @@
2126121268
"id",
2126221269
"name",
2126321270
"email",
21264-
"api_key",
2126521271
"permissions",
2126621272
"groups"
2126721273
],
@@ -21356,16 +21362,6 @@
2135621362
"type": "null"
2135721363
}
2135821364
]
21359-
},
21360-
"dataset": {
21361-
"anyOf": [
21362-
{
21363-
"$ref": "#/components/schemas/APIResponse_DatasetAPIResource_"
21364-
},
21365-
{
21366-
"type": "null"
21367-
}
21368-
]
2136921365
}
2137021366
},
2137121367
"type": "object",
@@ -21382,6 +21378,16 @@
2138221378
"type": "null"
2138321379
}
2138421380
]
21381+
},
21382+
"dataset": {
21383+
"anyOf": [
21384+
{
21385+
"$ref": "#/components/schemas/APIResponse_DatasetAPIResource_"
21386+
},
21387+
{
21388+
"type": "null"
21389+
}
21390+
]
2138521391
}
2138621392
},
2138721393
"type": "object",
@@ -21419,10 +21425,10 @@
2141921425
}
2142021426
]
2142121427
},
21422-
"knowledge_base": {
21428+
"dataset": {
2142321429
"anyOf": [
2142421430
{
21425-
"$ref": "#/components/schemas/APIResponse_KnowledgeBaseAPIResource_"
21431+
"$ref": "#/components/schemas/APIResponse_DatasetAPIResource_"
2142621432
},
2142721433
{
2142821434
"type": "null"
@@ -21445,10 +21451,10 @@
2144521451
}
2144621452
]
2144721453
},
21448-
"dataset": {
21454+
"knowledge_base": {
2144921455
"anyOf": [
2145021456
{
21451-
"$ref": "#/components/schemas/APIResponse_DatasetAPIResource_"
21457+
"$ref": "#/components/schemas/APIResponse_KnowledgeBaseAPIResource_"
2145221458
},
2145321459
{
2145421460
"type": "null"

0 commit comments

Comments
 (0)