Files
amap/bruno/users/Update one.bru
JulienAldon 242e29c8a6
Some checks failed
Deploy Amap / deploy (push) Has been cancelled
add workflow
2026-02-19 23:38:26 +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
}