Update a Custom Inventory Script
put
                    /api/v2/inventory_scripts/{id}/
Make a PUT or PATCH request to this resource to update this custom inventory script. The following fields may be modified:
- name: Name of this custom inventory script. (string, required)
- description: Optional description of this custom inventory script. (string, default=- "")
- script: (string, required)
- organization: Organization owning this inventory script (id, required)
For a PUT request, include all fields in the request.
Request
Supported Media Types
                - application/json
Path Parameters
                
                
                
                Query Parameters
                - 
                        search(optional): string
                        
                        A search term.
Root Schema : schema
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            description(optional): 
            string
            
- 
            name: 
            string
            
- 
            organization: 
            integer
            Organization owning this inventory script
- 
            script: 
            string