# Operating Unit - Update

| **API URL**     | {{url}}/admin-service/operating-unit/update |
| --------------- | ------------------------------------------- |
| **Method**      | POST                                        |
| **Description** | Operating unit update                       |

#### **Input** <a href="#operatingunit-update-input" id="operatingunit-update-input"></a>

| **Field Name** | **Type** | **Mandatory** | **Example**       |
| -------------- | -------- | ------------- | ----------------- |
| id             | Integer  | Yes           | 55                |
| tenantId       | Bigint   | Yes           | 235               |
| name           | String   | Yes           | Volta Region-Novo |

#### **Sample Input:** <a href="#operatingunit-update-sampleinput" id="operatingunit-update-sampleinput"></a>

{\
"id": 47,\
"tenantId": 147,\
"name": "Volta Region-Novo"\
}

#### **Sample Output:** <a href="#operatingunit-update-sampleoutput" id="operatingunit-update-sampleoutput"></a>

```
{
    "message": "Operating unit updated successfully."
}
```
