Compare commits

...

2 Commits

1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
meta {
name: EDIT Manufacture
type: http
seq: 4
}
patch {
url: {{host}}/manufacturer/{{manufacturerID}}
body: json
auth: none
}
body:json {
{
"name": "Test3"
}
}