Files
lst_v3/brunoApi/system/Get Settings.bru
2026-03-01 14:10:19 -06:00

21 lines
200 B
Plaintext

meta {
name: Get Settings
type: http
seq: 3
}
get {
url: {{url}}/lst/api/settings
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
docs {
returns all settings
}