Virtual Desktops
Update virtual desktop schedule
Update the start/stop schedule for a DCV virtual desktop session
put/api/dcv/virtual_desktops/schedule
Headers
X-EDH-USERstring required
Example:john.doe
EDH username for authentication
X-EDH-TOKENstring required
Example:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
EDH authentication token
Response
Schedule updated successfully
Example response
{
"success": true,
"message": "Your virtual desktop schedule has been updated"
}