Applications
Update application profile
Updates an existing application profile with new configuration (admin access required)
put/api/applications/application
Headers
X-EDH-USERstring required
EDH username for authentication (must be admin)
X-EDH-TOKENstring required
EDH authentication token
Response
Application profile updated successfully
Example response
{
"success": true,
"message": "Application updated successfully"
}