From 0c6ee94e5e33d9c6470a9aab7fc7233988937e11 Mon Sep 17 00:00:00 2001 From: MVarshini Date: Fri, 13 Dec 2024 19:06:15 +0530 Subject: [PATCH] mispelled word --- backend/app/api/v1/endpoints/ocp/ocpJobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/api/v1/endpoints/ocp/ocpJobs.py b/backend/app/api/v1/endpoints/ocp/ocpJobs.py index 912b97a1..75539b11 100644 --- a/backend/app/api/v1/endpoints/ocp/ocpJobs.py +++ b/backend/app/api/v1/endpoints/ocp/ocpJobs.py @@ -35,7 +35,7 @@ async def jobs( pretty: bool = Query(False, description="Output contet in pretty format."), size: int = Query(None, description="Number of jobs to fetch"), offset: int = Query(None, description="Offset Number to fetch jobs from"), - sort: str = Query(None, descption="To sort fields on specified direction"), + sort: str = Query(None, description="To sort fields on specified direction"), ): if start_date is None: start_date = datetime.utcnow().date()