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 6bdba58f34 fix missing lastUpdated property in docs (#7140)
6bdba58f34 is described below

commit 6bdba58f342b3bb9a2c97481dcfb51d5f14dc80b
Author: Hanish Rishen <[email protected]>
AuthorDate: Sun Oct 16 12:56:26 2022 +0530

    fix missing lastUpdated property in docs (#7140)
---
 CHANGELOG.md                            | 1 +
 docs/source/api/v3/staticdnsentries.rst | 3 +++
 docs/source/api/v4/staticdnsentries.rst | 3 +++
 docs/source/api/v5/staticdnsentries.rst | 3 +++
 4 files changed, 10 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d54ab97ce7..313b5e3f8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@ The format is based on [Keep a 
Changelog](http://keepachangelog.com/en/1.0.0/).
 - [#7037](https://github.com/apache/trafficcontrol/pull/7037) *Traffic Router* 
Uses Traffic Ops API 4.0 by default
 
 ### Fixed
+- [#7131](https://github.com/apache/trafficcontrol/issues/7131) *Docs* Fixed 
Docs for staticdnsentries API endpoint missing lastUpdated response property 
description in APIv3, APIv4 and APIv5.
 - [#6947](https://github.com/apache/trafficcontrol/issues/6947) *Docs* Fixed 
docs for `cdns/{{name}}/federations` in APIv3, APIv4 and APIv5.
 - [#6903](https://github.com/apache/trafficcontrol/issues/6903), 
[#6903](https://github.com/apache/trafficcontrol/issues/6903) *Docs* Fixed docs 
for /cdns/dnsseckeys/refresh in APIv4 and APIv5.
 - [#7049](https://github.com/apache/trafficcontrol/issues/7049), 
[#7052](https://github.com/apache/trafficcontrol/issues/7052) *Traffic Portal* 
Fixed server table's quick search and filter option for multiple profiles.
diff --git a/docs/source/api/v3/staticdnsentries.rst 
b/docs/source/api/v3/staticdnsentries.rst
index 1ca1efb618..9c37eaaabb 100644
--- a/docs/source/api/v3/staticdnsentries.rst
+++ b/docs/source/api/v3/staticdnsentries.rst
@@ -88,6 +88,7 @@ Response Structure
 :deliveryserviceId: The integral, unique identifier of a :term:`Delivery 
Service` under the domain of which this static DNS entry shall be active
 :host:              If ``typeId`` identifies a ``CNAME`` type record, this is 
an alias for the CNAME of the server, otherwise it is the Fully Qualified 
Domain Name (FQDN) which shall resolve to ``address``
 :id:                An integral, unique identifier for this static DNS entry
+:lastUpdated:       The date and time at which this static DNS entry was last 
updated
 :ttl:               The :abbr:`TTL (Time To Live)` of this static DNS entry in 
seconds
 :type:              The name of the type of this static DNS entry
 :typeId:            The integral, unique identifier of the :term:`Type` of 
this static DNS entry
@@ -177,6 +178,7 @@ Response Structure
 :deliveryserviceId: The integral, unique identifier of a :term:`Delivery 
Service` under the domain of which this static DNS entry shall be active
 :host:              If ``typeId`` identifies a ``CNAME`` type record, this is 
an alias for the CNAME of the server, otherwise it is the Fully Qualified 
Domain Name (FQDN) which shall resolve to ``address``
 :id:                An integral, unique identifier for this static DNS entry
+:lastUpdated:       The date and time at which this static DNS entry was last 
updated
 :ttl:               The :abbr:`TTL (Time To Live)` of this static DNS entry in 
seconds
 :type:              The name of the :term:`Type` of this static DNS entry
 :typeId:            The integral, unique identifier of the :term:`Type` of 
this static DNS entry
@@ -278,6 +280,7 @@ Response Structure
 :deliveryserviceId: The integral, unique identifier of a :term:`Delivery 
Service` under the domain of which this static DNS entry shall be active
 :host:              If ``typeId`` identifies a ``CNAME`` type record, this is 
an alias for the CNAME of the server, otherwise it is the :abbr:`FQDN (Fully 
Qualified Domain Name)` which shall resolve to ``address``
 :id:                An integral, unique identifier for this static DNS entry
+:lastUpdated:       The date and time at which this static DNS entry was last 
updated
 :ttl:               The :abbr:`TTL (Time To Live)` of this static DNS entry in 
seconds
 :type:              The name of the :term:`Type` of this static DNS entry
 :typeId:            The integral, unique identifier of the :term:`Type` of 
this static DNS entry
diff --git a/docs/source/api/v4/staticdnsentries.rst 
b/docs/source/api/v4/staticdnsentries.rst
index b392f30fc5..82fa4c646a 100644
--- a/docs/source/api/v4/staticdnsentries.rst
+++ b/docs/source/api/v4/staticdnsentries.rst
@@ -89,6 +89,7 @@ Response Structure
 :deliveryserviceId: The integral, unique identifier of a :term:`Delivery 
Service` under the domain of which this static DNS entry shall be active
 :host:              If ``typeId`` identifies a ``CNAME`` type record, this is 
an alias for the CNAME of the server, otherwise it is the Fully Qualified 
Domain Name (FQDN) which shall resolve to ``address``
 :id:                An integral, unique identifier for this static DNS entry
+:lastUpdated:       The date and time at which this static DNS entry was last 
updated
 :ttl:               The :abbr:`TTL (Time To Live)` of this static DNS entry in 
seconds
 :type:              The name of the type of this static DNS entry
 :typeId:            The integral, unique identifier of the :term:`Type` of 
this static DNS entry
@@ -179,6 +180,7 @@ Response Structure
 :deliveryserviceId: The integral, unique identifier of a :term:`Delivery 
Service` under the domain of which this static DNS entry shall be active
 :host:              If ``typeId`` identifies a ``CNAME`` type record, this is 
an alias for the CNAME of the server, otherwise it is the Fully Qualified 
Domain Name (FQDN) which shall resolve to ``address``
 :id:                An integral, unique identifier for this static DNS entry
+:lastUpdated:       The date and time at which this static DNS entry was last 
updated
 :ttl:               The :abbr:`TTL (Time To Live)` of this static DNS entry in 
seconds
 :type:              The name of the :term:`Type` of this static DNS entry
 :typeId:            The integral, unique identifier of the :term:`Type` of 
this static DNS entry
@@ -281,6 +283,7 @@ Response Structure
 :deliveryserviceId: The integral, unique identifier of a :term:`Delivery 
Service` under the domain of which this static DNS entry shall be active
 :host:              If ``typeId`` identifies a ``CNAME`` type record, this is 
an alias for the CNAME of the server, otherwise it is the :abbr:`FQDN (Fully 
Qualified Domain Name)` which shall resolve to ``address``
 :id:                An integral, unique identifier for this static DNS entry
+:lastUpdated:       The date and time at which this static DNS entry was last 
updated
 :ttl:               The :abbr:`TTL (Time To Live)` of this static DNS entry in 
seconds
 :type:              The name of the :term:`Type` of this static DNS entry
 :typeId:            The integral, unique identifier of the :term:`Type` of 
this static DNS entry
diff --git a/docs/source/api/v5/staticdnsentries.rst 
b/docs/source/api/v5/staticdnsentries.rst
index 7c0a35fe42..fb92ee4687 100644
--- a/docs/source/api/v5/staticdnsentries.rst
+++ b/docs/source/api/v5/staticdnsentries.rst
@@ -89,6 +89,7 @@ Response Structure
 :deliveryserviceId: The integral, unique identifier of a :term:`Delivery 
Service` under the domain of which this static DNS entry shall be active
 :host:              If ``typeId`` identifies a ``CNAME`` type record, this is 
an alias for the CNAME of the server, otherwise it is the Fully Qualified 
Domain Name (FQDN) which shall resolve to ``address``
 :id:                An integral, unique identifier for this static DNS entry
+:lastUpdated:       The date and time at which this static DNS entry was last 
updated
 :ttl:               The :abbr:`TTL (Time To Live)` of this static DNS entry in 
seconds
 :type:              The name of the type of this static DNS entry
 :typeId:            The integral, unique identifier of the :term:`Type` of 
this static DNS entry
@@ -179,6 +180,7 @@ Response Structure
 :deliveryserviceId: The integral, unique identifier of a :term:`Delivery 
Service` under the domain of which this static DNS entry shall be active
 :host:              If ``typeId`` identifies a ``CNAME`` type record, this is 
an alias for the CNAME of the server, otherwise it is the Fully Qualified 
Domain Name (FQDN) which shall resolve to ``address``
 :id:                An integral, unique identifier for this static DNS entry
+:lastUpdated:       The date and time at which this static DNS entry was last 
updated
 :ttl:               The :abbr:`TTL (Time To Live)` of this static DNS entry in 
seconds
 :type:              The name of the :term:`Type` of this static DNS entry
 :typeId:            The integral, unique identifier of the :term:`Type` of 
this static DNS entry
@@ -281,6 +283,7 @@ Response Structure
 :deliveryserviceId: The integral, unique identifier of a :term:`Delivery 
Service` under the domain of which this static DNS entry shall be active
 :host:              If ``typeId`` identifies a ``CNAME`` type record, this is 
an alias for the CNAME of the server, otherwise it is the :abbr:`FQDN (Fully 
Qualified Domain Name)` which shall resolve to ``address``
 :id:                An integral, unique identifier for this static DNS entry
+:lastUpdated:       The date and time at which this static DNS entry was last 
updated
 :ttl:               The :abbr:`TTL (Time To Live)` of this static DNS entry in 
seconds
 :type:              The name of the :term:`Type` of this static DNS entry
 :typeId:            The integral, unique identifier of the :term:`Type` of 
this static DNS entry

Reply via email to