v1

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

successboolean
messagestring

Example response

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