From 8a316fd798b88705f4f4945a0576a936319a0765 Mon Sep 17 00:00:00 2001 From: Patrick Roe <patrick.roe@wisc.edu> Date: Mon, 4 Mar 2024 13:13:58 -0600 Subject: [PATCH] Update getPeopleJobs.json --- ASP-IICS-Team/GetPeople/getPeopleJobs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASP-IICS-Team/GetPeople/getPeopleJobs.json b/ASP-IICS-Team/GetPeople/getPeopleJobs.json index fa6490f..e609643 100644 --- a/ASP-IICS-Team/GetPeople/getPeopleJobs.json +++ b/ASP-IICS-Team/GetPeople/getPeopleJobs.json @@ -12,7 +12,7 @@ "basePath" : "/people", "schemes" : [ "https" ], "paths" : { - "/{id}/jobs" : { + "/{id}/jobs&filter[jobs.current]=true" : { "get" : { "tags" : [ "getPeopleJobs" ], "summary" : null, @@ -198,4 +198,4 @@ } } } -} \ No newline at end of file +} -- GitLab