Add event-specific template to all event types

This commit is contained in:
Alan Rominger 2021-06-08 11:01:14 -04:00
parent 5beb68f527
commit 5ab449c90f
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559
5 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1 @@
{% include "api/job_job_events_list.md" %}

View File

@ -0,0 +1 @@
{% include "api/job_job_events_list.md" %}

View File

@ -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

View File

@ -0,0 +1 @@
{% include "api/job_job_events_list.md" %}

View File

@ -0,0 +1 @@
{% include "api/job_job_events_list.md" %}