Files
api-meditation/insight timer/bell sounds/get bell sound.bru
T
2026-06-03 20:14:20 +03:30

20 lines
184 B
Plaintext

meta {
name: get bell sound
type: http
seq: 3
}
get {
url: {{baseUrl}}/bell-sounds/:id
body: none
auth: inherit
}
params:path {
id: 1
}
settings {
encodeUrl: true
}