diff --git a/awx/api/templates/api/ad_hoc_command_ad_hoc_command_events_list.md b/awx/api/templates/api/ad_hoc_command_ad_hoc_command_events_list.md new file mode 100644 index 0000000000..056ef2b685 --- /dev/null +++ b/awx/api/templates/api/ad_hoc_command_ad_hoc_command_events_list.md @@ -0,0 +1 @@ +{% include "api/job_job_events_list.md" %} diff --git a/awx/api/templates/api/inventory_update_events_list.md b/awx/api/templates/api/inventory_update_events_list.md new file mode 100644 index 0000000000..056ef2b685 --- /dev/null +++ b/awx/api/templates/api/inventory_update_events_list.md @@ -0,0 +1 @@ +{% include "api/job_job_events_list.md" %} diff --git a/awx/api/templates/api/job_job_events_list.md b/awx/api/templates/api/job_job_events_list.md index 678c19b829..2d0f69893e 100644 --- a/awx/api/templates/api/job_job_events_list.md +++ b/awx/api/templates/api/job_job_events_list.md @@ -1,6 +1,6 @@ {% include "api/sub_list_api_view.md" %} {% ifmeth GET %} -## Special limit feature for job events +## Special limit feature for event list views Use the `limit` query string parameter to opt out of the pagination keys. Doing this can improve response times for jobs that produce a large volume diff --git a/awx/api/templates/api/project_update_events_list.md b/awx/api/templates/api/project_update_events_list.md new file mode 100644 index 0000000000..056ef2b685 --- /dev/null +++ b/awx/api/templates/api/project_update_events_list.md @@ -0,0 +1 @@ +{% include "api/job_job_events_list.md" %} diff --git a/awx/api/templates/api/system_job_events_list.md b/awx/api/templates/api/system_job_events_list.md new file mode 100644 index 0000000000..056ef2b685 --- /dev/null +++ b/awx/api/templates/api/system_job_events_list.md @@ -0,0 +1 @@ +{% include "api/job_job_events_list.md" %}