SecurityMapping Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
SecurityMapping Update
Update a security mapping by replacing items in its definition.
Request
PATCH securitymappings/{webId}
URL Parameters
-
webId The ID of the security mapping. See WebID for more information.
Body Parameter
A partial security mapping containing the desired changes.
Status Codes
204: The security mapping was updated.
Sample Request Body
{
"Name": "MySecurityMapping",
"Description": "",
"SecurityIdentityWebId": "I1SIEDqD5loBNH0erqeqJodtALAYIKyyz2F5BGAxQAVXYRDBAGyPedZG1sUmxOOclp3Flwg"
}