29 lines
414 B
Plaintext
29 lines
414 B
Plaintext
meta {
|
|
name: update new query
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
patch {
|
|
url: {{url}}/lst/api/datamart/f737aeba-186d-495f-a86e-57412ba6687e
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "active av",
|
|
"description":"this is just the query on what it dose",
|
|
"query": "select * \nfrom tableA"
|
|
}
|
|
}
|
|
|
|
body:multipart-form {
|
|
setPublicActive: true
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|