Skip to content

Commit

Permalink
docs: update openapi.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Sep 19, 2024
1 parent e549d0b commit 7ae86f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/static/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -212,12 +212,12 @@
"CodeSearchQuery": {
"type": "object",
"required": [
"git_url",
"content"
],
"properties": {
"git_url": {
"type": "string"
"type": "string",
"nullable": true
},
"filepath": {
"type": "string",
Expand Down

0 comments on commit 7ae86f1

Please sign in to comment.