mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	Fix doc comment, fix OpenAPI types
This commit is contained in:
		
				
					committed by
					
						 FliegendeWurst
						FliegendeWurst
					
				
			
			
				
	
			
			
			
						parent
						
							059553fd81
						
					
				
				
					commit
					c8d5d69193
				
			| @@ -124,14 +124,14 @@ function forceFullSync() { | ||||
|  *               type: object | ||||
|  *               properties: | ||||
|  *                 entityChanges: | ||||
|  *                   type: list | ||||
|  *                   type: array | ||||
|  *                   items: | ||||
|  *                     $ref: '#/components/schemas/EntityChange' | ||||
|  *                 lastEntityChangeId: | ||||
|  *                   type: integer | ||||
|  *                   description: If `outstandingPullCount > 0`, pass this as parameter in your next request to continue. | ||||
|  *                 outstandingPullCount: | ||||
|  *                   type: int | ||||
|  *                   type: integer | ||||
|  *                   example: 42 | ||||
|  *                   description: Number of changes not yet returned by the remote. | ||||
|  *     security: | ||||
| @@ -247,7 +247,7 @@ const partialRequests: Record< | ||||
|  *                 type: string | ||||
|  *                 description: Local instance ID | ||||
|  *               entities: | ||||
|  *                 type: list | ||||
|  *                 type: array | ||||
|  *                 items: | ||||
|  *                   $ref: '#/components/schemas/EntityChange' | ||||
|  *     responses: | ||||
|   | ||||
| @@ -152,15 +152,15 @@ function getNotesAndBranchesAndAttributes(_noteIds: string[] | Set<string>) { | ||||
|  *               type: object | ||||
|  *               properties: | ||||
|  *                 branches: | ||||
|  *                   type: list | ||||
|  *                   type: array | ||||
|  *                   items: | ||||
|  *                     $ref: '#/components/schemas/Branch' | ||||
|  *                 notes: | ||||
|  *                   type: list | ||||
|  *                   type: array | ||||
|  *                   items: | ||||
|  *                     $ref: '#/components/schemas/Note' | ||||
|  *                 attributes: | ||||
|  *                   type: list | ||||
|  *                   type: array | ||||
|  *                   items: | ||||
|  *                     $ref: '#/components/schemas/Attribute' | ||||
|  *     security: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user