mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 00:08:06 +00:00
docs: update openapi.json
This commit is contained in:
parent
e549d0b721
commit
7ae86f1b40
6
website/static/openapi.json
vendored
6
website/static/openapi.json
vendored
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user