29 lines
275 B
Plaintext
29 lines
275 B
Plaintext
meta {
|
|
name: update image
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
put {
|
|
url: {{baseUrl}}/images/:id
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"image":"",
|
|
"title":"",
|
|
"description":"",
|
|
"type":""
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|