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