Summary
          Update an application.
          Description
          Update an application in IAP.
          Route
          PUT /applications/:name
          Roles
          
            admin
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              
    | name | string | yes | The name for the selected application. | 
    | properties | object | yes | Contains the properties for the selected application. | 
            
          
          
            Copied to Clipboard
            
            {
  "properties": {
    "loggerProps": {
      "log_max_files": 100,
      "log_max_file_size": 1048576,
      "log_level": "error",
      "log_directory": "/var/log/pronghorn",
      "log_filename": "pronghorn.log",
      "console_level": "debug",
      "description": "Logging",
      "log_timezone_offset": 0,
      "metrics_filename": "metrics.log",
      "metrics_max_files": 31,
      "metrics_rotation_interval": "7d",
      "metrics_rotation_size": "10M",
      "syslog": {
        "level": "debug",
        "facility": "local0",
        "type": "BSD",
        "path": "/dev/log",
        "pid": "process.pid",
        "localhost": "",
        "app_name": "",
        "eol": "CR"
      }
    },
    "isEncrypted": false,
    "type": "Application"
  }
}
           
          
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | result | object | The output of the application update process. | 
            
          
          
            Copied to Clipboard
            
            {
  "status": "OK",
  "message": "A sample success message",
  "data": {
    "metadata": {
      "name": "@itentialopensource/aggregate-functions-for-arrays",
      "version": "1.1.1-2020.1.0",
      "description": "A basic description",
      "author": "Itential Artifacts",
      "license": "Apache-2.0",
      "repository": {
        "type": "local",
        "hostname": "gitlab.com",
        "path": "/itentialopensource/pre-built-automations"
      },
      "keywords": [
        "Itential",
        "Itential"
      ],
      "gitlabId": 17866482
    },
    "manifest": {
      "bundleName": "aggregateFunctions",
      "artifacts": [
        {
          "id": "5e5ea3bd16da51d52b4a8f9f",
          "name": "aggregateFunctions",
          "type": "forms",
          "location": "/bundles/workflows/IAP Test Artifact Workflow.json"
        },
        {
          "id": "5e5ea3bd16da51d52b4a8f9f",
          "name": "aggregateFunctions",
          "type": "workflow",
          "location": "/bundles/workflows/IAP Test Artifact Workflow.json"
        },
        {
          "id": "5e5ea3bd16da51d52b4a8f9f",
          "name": "aggregateFunctions",
          "type": "integration-model",
          "location": "/bundles/workflows/IAP Test Artifact Workflow.json"
        }
      ],
      "fingerprint": "5e84f892c5eab11ec2eee16d",
      "createdEpoch": "1585772690392"
    },
    "bundles": [
      {
        "type": "json-forms"
      },
      {
        "type": "mop-template"
      },
      {
        "type": "workflow"
      },
      {
        "type": "template"
      },
      {
        "type": "forms"
      }
    ],
    "readme": "example of readme"
  }
}