v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Business Units

Update Business Unit

Update an existing business unit. Required field is name.

put/networks/businessunits/{businessUnitId}

Path parameters

businessUnitIdinteger required

The ID of the business unit to update.

Request body

namestring required

Name of the business unit.

Response

network_business_unit_idinteger

Unique business unit ID.

network_idinteger

Network ID.

namestring

Name of the business unit.

time_createdinteger

Unix timestamp of creation.

time_savedinteger

Unix timestamp of last update.

Example response

{
  "time_created": 1734455015,
  "time_saved": 1734455015
}