docs: update openapi.json

This commit is contained in:
Meng Zhang 2024-09-19 12:12:54 +08:00
parent e549d0b721
commit 7ae86f1b40

View File

@ -10,7 +10,7 @@
"name": "Apache 2.0",
"url": "https://github.com/TabbyML/tabby/blob/main/LICENSE"
},
"version": "0.16.0"
"version": "0.17.0"
},
"servers": [
{
@ -212,12 +212,12 @@
"CodeSearchQuery": {
"type": "object",
"required": [
"git_url",
"content"
],
"properties": {
"git_url": {
"type": "string"
"type": "string",
"nullable": true
},
"filepath": {
"type": "string",