Files
lst_v3/brunoApi/datamart/update new query.bru
2026-02-20 12:19:32 -06:00

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
}