mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 18:27:32 -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: |   /api/v1/activities: | ||||||
|     get: |     get: | ||||||
|       tags: |       tags: | ||||||
|         - actvities |         - activities | ||||||
|       summary: "Returns a list of actvities" |       summary: "Returns a list of activities" | ||||||
|       description: "Lists all activities related to this company" |       description: "Lists all activities related to this company" | ||||||
|       operationId: getActivities |       operationId: getActivities | ||||||
|       parameters: |       parameters: | ||||||
| @ -44,10 +44,10 @@ paths: | |||||||
|           $ref: "#/components/responses/422" |           $ref: "#/components/responses/422" | ||||||
|         default: |         default: | ||||||
|           $ref: "#/components/responses/default" |           $ref: "#/components/responses/default" | ||||||
|   "/api/v1/actvities/download_entity/{activity_id}": |   "/api/v1/activities/download_entity/{activity_id}": | ||||||
|     get: |     get: | ||||||
|       tags: |       tags: | ||||||
|         - actvities |         - activities | ||||||
|       summary: "Returns a PDF for the given activity" |       summary: "Returns a PDF for the given activity" | ||||||
|       description: "Returns a PDF for the given activity" |       description: "Returns a PDF for the given activity" | ||||||
|       operationId: getActivityHistoricalEntityPdf |       operationId: getActivityHistoricalEntityPdf | ||||||
| @ -137,7 +137,7 @@ paths: | |||||||
|         422: |         422: | ||||||
|           $ref: "#/components/responses/422" |           $ref: "#/components/responses/422" | ||||||
|         5XX: |         5XX: | ||||||
|           $ref: "#/components/responses/5XX" |           description: 'Server error' | ||||||
|         default: |         default: | ||||||
|           $ref: "#/components/responses/default" |           $ref: "#/components/responses/default" | ||||||
|   /api/v1/refresh: |   /api/v1/refresh: | ||||||
| @ -149,7 +149,7 @@ paths: | |||||||
|         Refreshes the dataset.   |         Refreshes the dataset.   | ||||||
| 
 | 
 | ||||||
|         This endpoint can be used if you only need to access the most recent data from a certain point in time. |         This endpoint can be used if you only need to access the most recent data from a certain point in time. | ||||||
|         operationId: refresh |       operationId: refresh | ||||||
|       parameters: |       parameters: | ||||||
|         - name: updated_at |         - name: updated_at | ||||||
|           in: query |           in: query | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user