v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
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

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Profile updated successfully"
}