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 13e78e0755 fix : Documentation for cdns/{{name}}/federations is 
missing a property  (#7112)
13e78e0755 is described below

commit 13e78e0755c79e13f03688477726fee1b152148d
Author: Everly Precia Suresh <[email protected]>
AuthorDate: Fri Oct 7 20:28:42 2022 +0530

    fix : Documentation for cdns/{{name}}/federations is missing a property  
(#7112)
    
    * Update cdns_name_federations.rst
    
    * Update cdns_name_federations.rst
    
    * Update cdns_name_federations.rst
    
    * Update cdns_name_federations.rst
    
    * Update CHANGELOG.md
---
 CHANGELOG.md                                 | 1 +
 docs/source/api/v3/cdns_name_federations.rst | 1 +
 docs/source/api/v4/cdns_name_federations.rst | 1 +
 docs/source/api/v5/cdns_name_federations.rst | 1 +
 4 files changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 150ff1f1c6..b6983741ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,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
+- [#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.
 - [#7080](https://github.com/apache/trafficcontrol/issues/7080), 
[#6335](https://github.com/apache/trafficcontrol/issues/6335) *Traffic Portal* 
Fixed redirect links for server capability.
diff --git a/docs/source/api/v3/cdns_name_federations.rst 
b/docs/source/api/v3/cdns_name_federations.rst
index ef5b837535..2167fcb6a0 100644
--- a/docs/source/api/v3/cdns_name_federations.rst
+++ b/docs/source/api/v3/cdns_name_federations.rst
@@ -156,6 +156,7 @@ Request Structure
 
 Response Structure
 ------------------
+:id:          The integral, unique identifier of the :term:`Federation`
 :cname:       The Canonical Name (CNAME) used by the federation
 :description: An optionally-present field containing a description of the field
 
diff --git a/docs/source/api/v4/cdns_name_federations.rst 
b/docs/source/api/v4/cdns_name_federations.rst
index 9b5a8b87bf..00ac1e7f8b 100644
--- a/docs/source/api/v4/cdns_name_federations.rst
+++ b/docs/source/api/v4/cdns_name_federations.rst
@@ -158,6 +158,7 @@ Request Structure
 
 Response Structure
 ------------------
+:id:          The intergral, unique identifier of the :term:`Federation`
 :cname:       The Canonical Name (CNAME) used by the federation
 :description: An optionally-present field containing a description of the field
 
diff --git a/docs/source/api/v5/cdns_name_federations.rst 
b/docs/source/api/v5/cdns_name_federations.rst
index 9bb5a00b52..e9188086fa 100644
--- a/docs/source/api/v5/cdns_name_federations.rst
+++ b/docs/source/api/v5/cdns_name_federations.rst
@@ -158,6 +158,7 @@ Request Structure
 
 Response Structure
 ------------------
+:id:          The integral, unique identifier of the :term:`Federation`
 :cname:       The Canonical Name (CNAME) used by the federation
 :description: An optionally-present field containing a description of the field
 

Reply via email to