Files
lst_v3/brunoApi/system/Get Settings.bru

21 lines
196 B
Plaintext

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