Summary
          Save tree
          Description
          Modify and update a Golden Config Tree.
          Route
          POST /golden_config/gc/:tree
          Roles
          
            admin
engineering
support
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              
    | tree | string | yes | Tree's ID. | 
    | data | object | yes | Golden Config Tree's data. | 
            
          
          
            Copied to Clipboard
            
            {
  "data": {
    "id": "057f2097-9059-07fc-3850-31ea9e6b253f",
    "label": "HSnSZ",
    "type": "junos",
    "workflow": "GRbWI",
    "created_by": "BiaYtNRTOaa",
    "created": "2018-03-30T14:00:52.168Z",
    "last_updated_by": "HCk",
    "last_updated": "2019-04-30T14:00:52.168Z",
    "devices": "junos0",
    "version": 2
  }
}
           
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {
    "data": {
      "$ref": "goldenConfigDocument"
    }
  },
  "required": [
    "data"
  ],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | data | string | Status of update. | 
            
          
          
            Copied to Clipboard
            
            "success"
           
          
            Copied to Clipboard
            
            {
  "type": "string",
  "examples": [
    "success"
  ]
}