Configuration PutConfiguration
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Configuration PutConfiguration
Create or update a configuration item.
Remarks
The request body content may vary based on the configuration item's data type.
Request
PUT system/configuration/{key}
URL Parameters
-
key The key of the configuration item to create or update.
Body Parameter
The value of the configuration item.
Status Codes
202: The change has been accepted, and will take effect when the service can cleanly restart.
409: The configuration item already exists, but its value is of a different type than the provided value.
Example
"Allow,Content-Encoding,Content-Length,Date,Location"