From 7ae86f1b403e8610406a28a40211bb5fe33e20b7 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 19 Sep 2024 12:12:54 +0800 Subject: [PATCH] docs: update openapi.json --- website/static/openapi.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/static/openapi.json b/website/static/openapi.json index 9427493fbce5..053c541f17af 100644 --- a/website/static/openapi.json +++ b/website/static/openapi.json @@ -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",