Skip to content

Commit 38a49bc

Browse files
s
1 parent 81388ac commit 38a49bc

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/api-reference/sourcebot-public.openapi.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,7 @@
44
"title": "Sourcebot Public API",
55
"version": "v4.16.3",
66
"description": "OpenAPI description for the public Sourcebot REST endpoints used for search, repository listing, and file browsing. Authentication is instance-dependent: API keys are the standard integration mechanism, OAuth bearer tokens are EE-only, and some instances may allow anonymous access."
7-
87
},
9-
"security": [
10-
{
11-
"bearerAuth": []
12-
},
13-
{
14-
"sourcebotApiKey": []
15-
},
16-
{}
17-
],
188
"tags": [
199
{
2010
"name": "Search",
@@ -37,6 +27,15 @@
3727
"description": "Miscellaneous public API endpoints."
3828
}
3929
],
30+
"security": [
31+
{
32+
"bearerAuth": []
33+
},
34+
{
35+
"sourcebotApiKey": []
36+
},
37+
{}
38+
],
4039
"components": {
4140
"schemas": {
4241
"PublicSearchResponse": {

0 commit comments

Comments
 (0)