Sign in
apache
/
superset
/
refs/heads/tanstack-router
/
.
/
docs
/
developer_docs_versioned_docs
/
version-6.1.0
/
api
/
manually-stop-a-query-with-client-id.RequestSchema.json
blob: 433cf12ddafb719691a2081893410b9dcef5cd28 [
file
]
{
"title"
:
"Body"
,
"body"
:{
"content"
:{
"application/json"
:{
"schema"
:{
"properties"
:{
"client_id"
:{
"type"
:
"string"
}},
"type"
:
"object"
,
"title"
:
"StopQuerySchema"
},
"example"
:{
"client_id"
:
"string"
}}},
"description"
:
"Stop query schema"
,
"required"
:
true
}}