Table Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Table Update
Update a table by replacing items in its definition.
Request
PATCH tables/{webId}
URL Parameters
-
webId The ID of the table to update. See WebID for more information.
Body Parameter
A partial table containing the desired changes.
Status Codes
204: The table was updated.
Sample Request Body
{
"Name": "CarInfo",
"Description": "Table of car info.",
"CategoryNames": [
"Table Category"
],
"TimeZone": "Eastern Standard Time",
"ConvertToLocalTime": "false"
}