cURL
curl --request PUT \ --url https://api.eflow.team/v1/networks/businessunits/{businessUnitId} \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "name": "Marketing" } '
{ "network_business_unit_id": 1, "network_id": 1, "name": "Marketing", "time_created": 1774712393, "time_saved": 1774712448 }
Update an existing business unit. Required field is name.
name
The Everflow API key generated from the Control Center > Security.
The ID of the business unit to update.
Name of the business unit.
OK
A business unit in the network.
Unique business unit ID.
Network ID.
Unix timestamp of creation.
1734455015
Unix timestamp of last update.
Was this page helpful?