Virtual Desktops
Update virtual desktop profile
Updates an existing virtual desktop profile with new configuration (admin access required)
put/api/dcv/virtual_desktops/profiles
Headers
X-EDH-USERstring required
Example:admin.user
EDH username for authentication (must be admin)
X-EDH-TOKENstring required
Example:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
EDH authentication token
Response
Virtual desktop profile updated successfully
Example response
{
"success": true,
"message": "Profile updated successfully"
}