curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" -H "Content-Type: application/json" -X PUT -d '{"user_traffic_source_id":"new_user_ts_id","first_name":"new name"}' https://[your-subdomain].trackdrive.com/api/v1/traffic_sources/:id
    
    | Param name | 
           
              Description
             
            
                Validations
               
             | 
      
|---|---|
| 
        user_traffic_source_id  Optional  | 
      
         Translation missing: en.api.user_traffic_source_id Validations: 
  | 
    
| 
        first_name  Optional  | 
      
         Translation missing: en.api.first_name Validations: 
  | 
    
| 
        last_name  Optional  | 
      
         Translation missing: en.api.last_name Validations: 
  | 
    
| 
        company_name  Optional  | 
      
         Translation missing: en.api.company_name Validations: 
  | 
    
| 
        number_limit  Optional  | 
      
         How many numbers can team members purchase for this Traffic Source? Validations: 
  | 
    
| 
        grant_team_offer_id  Optional Blank Value Allowed  | 
      
         Give this Traffic Source access to this Offer. Validations: 
  | 
    
| 
        revoke_team_offer_id  Optional Blank Value Allowed  | 
      
         Remove access to this Offer for this Traffic Source. Validations: 
  | 
    
| 
        generate_team  Optional  | 
      
         Grant access to this Traffic Source, and calls that it publishes. Validations: 
  | 
    
| 
        team_users_emails  Optional Blank Value Allowed  | 
      
         The selected users will receive an email invitation to collaborate on your company. Validations: 
  | 
    
| 
        team_offer_ids  Optional Blank Value Allowed  | 
      
         Team members will be able to buy numbers for these offers, and view calls published to them by their Traffic Source. Validations: 
  | 
    
| 
        paused  Optional  | 
      
         Pause or unpause. Validations: 
  |