File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
stac_fastapi/types/stac_fastapi/types Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ def update_collection(
159159    def  patch_collection (
160160        self ,
161161        collection_id : str ,
162-         patch : Union [stac .PartialItem , List [stac .PatchOperation ]],
162+         patch : Union [stac .PartialCollection , List [stac .PatchOperation ]],
163163        ** kwargs ,
164164    ) ->  Optional [Union [stac .Collection , Response ]]:
165165        """Update a collection. 
@@ -314,7 +314,7 @@ async def update_collection(
314314    async  def  patch_collection (
315315        self ,
316316        collection_id : str ,
317-         patch : Union [stac .PartialItem , List [stac .PatchOperation ]],
317+         patch : Union [stac .PartialCollection , List [stac .PatchOperation ]],
318318        ** kwargs ,
319319    ) ->  Optional [Union [stac .Collection , Response ]]:
320320        """Update a collection. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments