Files
amap/amapcontract/productors/Update one.bru
2026-02-09 17:39:09 +01:00

21 lines
200 B
Plaintext

meta {
name: Update one
type: http
seq: 2
}
put {
url: {{Service}}/{{Route}}/1
body: json
auth: inherit
}
body:json {
{{ExamplePUTBody}}
}
settings {
encodeUrl: true
timeout: 0
}