Skip to content

Commit e8be34c

Browse files
committed
fix openapi schema comment
1 parent 585675b commit e8be34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/server/server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ func (s *ClickHouseJWTServer) serveOpenAPISchema(w http.ResponseWriter, _ *http.
864864
"name": "jwt_token",
865865
"in": "path",
866866
"required": true,
867-
"description": "JWT token for authentication (default — только для тестов в редакторе).",
867+
"description": "JWT token for authentication.",
868868
"schema": map[string]interface{}{
869869
"type": "string",
870870
},
@@ -906,7 +906,7 @@ func (s *ClickHouseJWTServer) serveOpenAPISchema(w http.ResponseWriter, _ *http.
906906
"name": "jwt_token",
907907
"in": "path",
908908
"required": true,
909-
"description": "JWT token for authentication (default — только для тестов в редакторе).",
909+
"description": "JWT token for authentication",
910910
"schema": map[string]interface{}{
911911
"type": "string",
912912
},

0 commit comments

Comments
 (0)