Merge pull request 'add missing parent field to Repository' (#36) from parent into main
				
					
				
			Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/36
This commit is contained in:
		
						commit
						cf70a331d7
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -343,6 +343,7 @@ pub struct Repository {
 | 
			
		|||
    #[serde(deserialize_with = "crate::none_if_blank_url")]
 | 
			
		||||
    pub original_url: Option<Url>,
 | 
			
		||||
    pub owner: User,
 | 
			
		||||
    pub parent: Option<Box<Repository>>,
 | 
			
		||||
    pub permissions: Permission,
 | 
			
		||||
    pub private: bool,
 | 
			
		||||
    pub release_counter: u64,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue