Files
api-meditation/ratings/get all ratings.bru
T
2026-05-20 12:22:04 +03:30

22 lines
214 B
Plaintext

meta {
name: get all ratings
type: http
seq: 3
}
get {
url: {{baseUrl}}/ratings/:type/:id
body: none
auth: inherit
}
params:path {
type: music
id: 1
}
settings {
encodeUrl: true
timeout: 0
}