Applications

Import application profile

Imports an application profile from a JSON file (admin access required)

post/api/applications/import

Headers

X-EDH-USERstring required

SOCA username for authentication (must be admin)

X-EDH-TOKENstring required

SOCA authentication token

Response

Application profile imported successfully

successboolean
messagestring

Example response

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

Changes