update docs
This commit is contained in:
		
					parent
					
						
							
								ad5f944185
							
						
					
				
			
			
				commit
				
					
						dbe57c4ad4
					
				
			
		
					 6 changed files with 28 additions and 72 deletions
				
			
		
							
								
								
									
										4
									
								
								docs/api/structures/upload-blob.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								docs/api/structures/upload-blob.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,4 @@
 | 
			
		|||
# Upload blob Object
 | 
			
		||||
 | 
			
		||||
* `type` String - `blob`.
 | 
			
		||||
* `blobUUID` String - UUID of blob data to upload.
 | 
			
		||||
							
								
								
									
										9
									
								
								docs/api/structures/upload-file-system.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								docs/api/structures/upload-file-system.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
# Upload fileSystem Object
 | 
			
		||||
 | 
			
		||||
* `type` String - `fileSystem`.
 | 
			
		||||
* `filsSystemURL` String - FileSystem url to read data for upload.
 | 
			
		||||
* `offset` Integer - Defaults to `0`.
 | 
			
		||||
* `length` Integer - Number of bytes to read from `offset`.
 | 
			
		||||
  Defaults to `0`.
 | 
			
		||||
* `modificationTime` Double - Last Modification time in
 | 
			
		||||
  number of seconds sine the UNIX epoch.
 | 
			
		||||
							
								
								
									
										9
									
								
								docs/api/structures/upload-file.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								docs/api/structures/upload-file.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
# Upload file Object
 | 
			
		||||
 | 
			
		||||
* `type` String - `file`.
 | 
			
		||||
* `filePath` String - Path of file to be uploaded.
 | 
			
		||||
* `offset` Integer - Defaults to `0`.
 | 
			
		||||
* `length` Integer - Number of bytes to read from `offset`.
 | 
			
		||||
  Defaults to `0`.
 | 
			
		||||
* `modificationTime` Double - Last Modification time in
 | 
			
		||||
  number of seconds sine the UNIX epoch.
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue