This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 396d474320 #7310 (#7311)
396d474320 is described below
commit 396d474320f0628b72bb407efc795ac4cacde6cd
Author: Dilraj vyas <[email protected]>
AuthorDate: Thu Jan 26 02:28:44 2023 +0530
#7310 (#7311)
* Update jobs.rst
* Update jobs.rst
---
docs/source/api/v4/jobs.rst | 2 +-
docs/source/api/v5/jobs.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/source/api/v4/jobs.rst b/docs/source/api/v4/jobs.rst
index 83d8ecc032..4370abf662 100644
--- a/docs/source/api/v4/jobs.rst
+++ b/docs/source/api/v4/jobs.rst
@@ -117,7 +117,7 @@ Request Structure
:invalidationType: The :ref:`job-invalidation-type`
:regex: The :ref:`job-regex`
:startTime: The :ref:`job-start-time`
-:ttl: The :ref:`job-ttl`
+:ttlHours: The :ref:`job-ttl`
.. code-block:: http
:caption: Request Example
diff --git a/docs/source/api/v5/jobs.rst b/docs/source/api/v5/jobs.rst
index 17ad26e1e5..db1fc2cbcb 100644
--- a/docs/source/api/v5/jobs.rst
+++ b/docs/source/api/v5/jobs.rst
@@ -117,7 +117,7 @@ Request Structure
:invalidationType: The :ref:`job-invalidation-type`
:regex: The :ref:`job-regex`
:startTime: The :ref:`job-start-time`
-:ttl: The :ref:`job-ttl`
+:ttlHours: The :ref:`job-ttl`
.. code-block:: http
:caption: Request Example