added bruno

This commit is contained in:
2026-02-20 12:19:32 -06:00
parent 100c9ff9be
commit 880902c478
10 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
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
}