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

20 lines
188 B
Plaintext

meta {
name: toggle-worrie
type: http
seq: 4
}
patch {
url: {{baseUrl}}/worries/:id/toggle
body: none
auth: inherit
}
params:path {
id: 1
}
settings {
encodeUrl: true
}