35 lines
494 B
Plaintext
35 lines
494 B
Plaintext
meta {
|
|
name: comment and rating (one call)
|
|
type: http
|
|
seq: 7
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/interactions/:type/:id
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
type: media
|
|
id: 27
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"content": "این مدیتیشن فوقالعاده بود",
|
|
"stars": 5
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|
|
|
|
docs {
|
|
type: music | media | playlist. At least one field is required:
|
|
- content: adds a comment
|
|
- stars: 1-5, sets/updates this user's rating
|
|
}
|