Skip to content

Commit

Permalink
Merge branch 'main' into vineeth/dev-403
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Oct 21, 2024
2 parents b76f87f + 038a172 commit cea83dc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2592,6 +2592,27 @@
"required": ["queries"],
"title": "AgentQuery"
},
"AgentQuery": {
"properties": {
"queries": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"title": "Queries"
}
},
"type": "object",
"required": ["queries"],
"title": "AgentQuery"
},
"App": {
"properties": {
"id": { "type": "string", "title": "Id" },
Expand Down Expand Up @@ -3211,3 +3232,4 @@
"securitySchemes": { "HTTPBearer": { "type": "http", "scheme": "bearer" } }
}
}

0 comments on commit cea83dc

Please sign in to comment.