31 lines
286 B
Plaintext
31 lines
286 B
Plaintext
meta {
|
|
name: update-media
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/media/:id
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id: 3
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"subcategory_ids":[1,2]
|
|
}
|
|
}
|
|
|
|
body:multipart-form {
|
|
~is_premium: true
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|