mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-30 23:27:29 -04:00 
			
		
		
		
	Merge pull request #9275 from Flole998/fixpaths.yaml
Fix various openAPI related mistakes in openapi/paths.yaml
This commit is contained in:
		
						commit
						c41e3db421
					
				| @ -2,8 +2,8 @@ paths: | ||||
|   /api/v1/activities: | ||||
|     get: | ||||
|       tags: | ||||
|         - actvities | ||||
|       summary: "Returns a list of actvities" | ||||
|         - activities | ||||
|       summary: "Returns a list of activities" | ||||
|       description: "Lists all activities related to this company" | ||||
|       operationId: getActivities | ||||
|       parameters: | ||||
| @ -44,10 +44,10 @@ paths: | ||||
|           $ref: "#/components/responses/422" | ||||
|         default: | ||||
|           $ref: "#/components/responses/default" | ||||
|   "/api/v1/actvities/download_entity/{activity_id}": | ||||
|   "/api/v1/activities/download_entity/{activity_id}": | ||||
|     get: | ||||
|       tags: | ||||
|         - actvities | ||||
|         - activities | ||||
|       summary: "Returns a PDF for the given activity" | ||||
|       description: "Returns a PDF for the given activity" | ||||
|       operationId: getActivityHistoricalEntityPdf | ||||
| @ -137,7 +137,7 @@ paths: | ||||
|         422: | ||||
|           $ref: "#/components/responses/422" | ||||
|         5XX: | ||||
|           $ref: "#/components/responses/5XX" | ||||
|           description: 'Server error' | ||||
|         default: | ||||
|           $ref: "#/components/responses/default" | ||||
|   /api/v1/refresh: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user