Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Web API Reference

Table Update

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"
}
In This Topic
TitleResults for “How to create a CRG?”Also Available in