---
title: "Update UE Table Data"
slug: "update-ue-table-data"
updated: 2026-05-26T12:48:31Z
published: 2026-05-26T12:48:45Z
canonical: "developers.cmicglobal.com/update-ue-table-data"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update UE Table Data

Patch/sys-rest-api/jersey/v1/userextensions

## Update UE Table Data

### 

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='5c667a2b-533a-413b-afaf-1c83bb76e845'>*/*</option>
</select>string    Example"{\r\n    \"tableCode\": \"{{UETableCode}}\",\r\n    \"data\": {\r\n        \"{{column1}}\": \"{{value1}}\",\r\n        \"{{column2}}\": \"{{value2}}\",\r\n        \"{{column3}}\": \"{{value3}}\"\r\n        }\r\n}"

Responses200

OK

HeadersContent-TypestringExampleapplication/json
<select class='api-response-data' aria-label='Media type'><option value='8eec4846-fd12-4d0a-9548-6900d76b29b9'>text/plain</option>
</select>

```
"{\n    \"message\": \"Successfully updated 1 row.\"\n}"
```

string
