Files
api-meditation/worry box/edit-worry.bru
T
2026-05-19 19:25:56 +03:30

27 lines
280 B
Plaintext

meta {
name: edit-worry
type: http
seq: 2
}
put {
url: {{baseUrl}}/worries/:id
body: json
auth: inherit
}
params:path {
id: 1
}
body:json {
{
"title":"مشقامو ننوشتم",
"note":"هیچی به هیچی"
}
}
settings {
encodeUrl: true
}