update
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: Update Current Company
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
patch {
|
||||
url: {{baseUrl}}/api/v1/companies/me
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "",
|
||||
"email": "",
|
||||
"phone_number": "",
|
||||
"address": "",
|
||||
"vat_number": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user