Configuration - Policy
Update user profile
Update an existing user profile.
put/user-profiles/{id}
Path parameters
idinteger required
The user profile ID.
Request body
Response
OK
Example response
{
"vlan_profile": {
"classified_entries": [
{
"classification_rule": {
"classifications": [
{
"value": "AABBCCDDEEFF"
}
]
}
}
]
}
}