mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: support trailing slashes in database api (#21123)
This commit is contained in:
4
docs/static/resources/openapi.json
vendored
4
docs/static/resources/openapi.json
vendored
@@ -13293,7 +13293,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/v1/database/test_connection": {
|
||||
"/api/v1/database/test_connection/": {
|
||||
"post": {
|
||||
"description": "Tests a database connection",
|
||||
"requestBody": {
|
||||
@@ -13343,7 +13343,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/v1/database/validate_parameters": {
|
||||
"/api/v1/database/validate_parameters/": {
|
||||
"post": {
|
||||
"description": "Validates parameters used to connect to a database",
|
||||
"requestBody": {
|
||||
|
||||
Reference in New Issue
Block a user