From d6bfdc856073c59d2973fc90ae669f590f6ae8a2 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 23 Jul 2014 11:52:40 -0400 Subject: [PATCH] Add a little more info to the documentation for the job_tasks endpoint to clarify what the id being filtered is --- awx/api/templates/api/job_job_tasks_list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/api/templates/api/job_job_tasks_list.md b/awx/api/templates/api/job_job_tasks_list.md index 4e1902b247..1461151b59 100644 --- a/awx/api/templates/api/job_job_tasks_list.md +++ b/awx/api/templates/api/job_job_tasks_list.md @@ -8,7 +8,7 @@ This endpoints supports a limited filtering subset: ?id__in=1,2,3 -Will show only the given ids. +Will show only the given task ids under the play given by `event_id`. ?id__gt=1