Go-TestAPI/brunoTest/golang-test/Manufacturer/EDIT Manufacture.bru

18 lines
167 B
Plaintext
Raw Normal View History

meta {
name: EDIT Manufacture
type: http
seq: 4
}
patch {
2024-06-07 12:52:09 +00:00
url: {{host}}/manufacturer/5
body: json
auth: none
}
body:json {
{
2024-06-07 12:52:09 +00:00
"name": "Sdsad"
}
}