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

18 lines
167 B
Plaintext

meta {
name: EDIT Manufacture
type: http
seq: 4
}
patch {
url: {{host}}/manufacturer/5
body: json
auth: none
}
body:json {
{
"name": "Sdsad"
}
}