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",