Summary
          Update the properties of an adapter.
          Description
          Update the properties of an adapter in IAP.
          Route
          PUT /adapters/:name/properties
          Roles
          
            admin
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              
    | name | string | yes | The name for the selected adapter. | 
    | properties | object | yes | An object containing only the adapter properties. | 
            
          
          
            Copied to Clipboard
            
            {
  "properties": {
    "title": "properties"
  }
}
           
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {
    "properties": {
      "title": "properties"
    }
  },
  "required": [
    "properties"
  ],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | result | object | The output of the adapter properties update process. | 
            
          
          
            Copied to Clipboard
            
            {
  "status": "Created",
  "message": "A sample success message",
  "data": {
    "metadata": {
      "name": "@itentialopensource/cisco-nx-upgrade",
      "version": "1.0.0",
      "description": "A basic description",
      "author": "Itential Artifacts",
      "license": "Apache-2.0",
      "repository": {
        "type": "gitlab",
        "hostname": "gitlab.com",
        "path": "/itentialopensource/pre-built-automations"
      },
      "keywords": [
        "Itential",
        "Itential",
        "Itential"
      ],
      "gitlabId": 17866482
    },
    "manifest": {
      "bundleName": "aggregateFunctions",
      "artifacts": [
        {
          "id": "5e5ea3bd16da51d52b4a8f9f",
          "name": "aggregateFunctions",
          "type": "mop-template",
          "location": "/bundles/workflows/IAP Test Artifact Workflow.json"
        },
        {
          "id": "5e5ea3bd16da51d52b4a8f9f",
          "name": "aggregateFunctions",
          "type": "automation",
          "location": "/bundles/workflows/IAP Test Artifact Workflow.json"
        },
        {
          "id": "5e5ea3bd16da51d52b4a8f9f",
          "name": "aggregateFunctions",
          "type": "service-catalog",
          "location": "/bundles/workflows/IAP Test Artifact Workflow.json"
        }
      ],
      "fingerprint": "5e84f892c5eab11ec2eee16d",
      "createdEpoch": "1585772690392"
    },
    "bundles": [
      {
        "type": "transformation"
      },
      {
        "type": "workflow"
      },
      {
        "type": "automation"
      }
    ],
    "readme": "example of readme"
  }
}