AnalysisCategory Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
AnalysisCategory Update
Update an analysis category by replacing items in its definition.
Request
PATCH analysiscategories/{webId}
URL Parameters
-
webId The ID of the analysis category to update. See WebID for more information.
Body Parameter
A partial analysis category containing the desired changes.
Status Codes
204: The analysis category was updated.
Sample Request Body
{
"Name": "CategoryName",
"Description": "Relative energy use per ton of process feed."
}