22 lines
264 B
Plaintext
22 lines
264 B
Plaintext
meta {
|
|
name: save item
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/saves/save
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
body:multipart-form {
|
|
type: music @contentType(music,media,breathing-template)
|
|
id: 1
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|