v1
latestOpenAPI 3.1.02026-07-24398280.9 KBOrganization management
Update a business entity
This endpoint updates the details of a specified business entity in the system.
put/v1/organization/business_entities/{id}
Path parameters
idstring uuid required
The unique identifier of the business entity to be updated.
Request body
Example request
{
"name": "New business entity name",
"description": "This is an updated description for the business entity."
}Response
Business entity successfully updated
Example response
{
"name": "Manufacturing plant",
"description": "The building where things are manufactured"
}