Update a Label
patch
                    /api/v2/labels/{id}/
Make a PUT or PATCH request to this resource to update this label. The following fields may be modified:
- name: Name of this label. (string, required)
- organization: Organization this label belongs to. (id, required)
For a PATCH request, include only the fields that are being modified.
Request
Supported Media Types
                - application/json
Path Parameters
                
                
                
                Query Parameters
                - 
                        search(optional): string
                        
                        A search term.
Root Schema : schema
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            name(optional): 
            string
            
- 
            organization(optional): 
            integer
            Organization this label belongs to.