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

26 lines
259 B
Plaintext

meta {
name: store | update
type: http
seq: 1
}
post {
url: {{baseUrl}}/ratings/:type/:id
body: multipartForm
auth: inherit
}
params:path {
type: music
id: 1
}
body:multipart-form {
stars: 4
}
settings {
encodeUrl: true
timeout: 0
}