post https://api.vendy.money/business/
API keys to updating a business or businesses
To update your business, make a "POST" request;
POST
Example request
curl --location --request POST 'https://api.vendy.money/business/1' \
--data-raw '{
"name":"New Business Name"
}'
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"status": true,
"code": 200,
"msg": "Business updated",
"data": {}
}
With the following parameters;
Parameters | Type | Required | Description |
---|---|---|---|
User_Id | String(1) | Required |
Required data to update business;
Field | Type | Description |
---|---|---|
Name | string | Business name |