This is an automated email from the ASF dual-hosted git repository.
shamrick 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 49844ab Add missing fields to PUT /topologies docs (v3 and v4) (#6317)
49844ab is described below
commit 49844ab0047206b87b736eb7404e5697c9fe5471
Author: ocket8888 <[email protected]>
AuthorDate: Fri Nov 12 07:25:56 2021 -0700
Add missing fields to PUT /topologies docs (v3 and v4) (#6317)
---
docs/source/api/v3/topologies.rst | 6 +++++-
docs/source/api/v4/topologies.rst | 7 ++++++-
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/docs/source/api/v3/topologies.rst
b/docs/source/api/v3/topologies.rst
index fea9877..0b84881 100644
--- a/docs/source/api/v3/topologies.rst
+++ b/docs/source/api/v3/topologies.rst
@@ -348,7 +348,11 @@ Response Structure
``PUT``
=======
-Updates a specific :term:`Topology`
+Updates a specific :term:`Topology`.
+
+:Auth. Required: Yes
+:Roles Required: "admin" or "operations"
+:Response Type: Object
Request Structure
-----------------
diff --git a/docs/source/api/v4/topologies.rst
b/docs/source/api/v4/topologies.rst
index 51fd414..8ad3a57 100644
--- a/docs/source/api/v4/topologies.rst
+++ b/docs/source/api/v4/topologies.rst
@@ -350,7 +350,12 @@ Response Structure
``PUT``
=======
-Updates a specific :term:`Topology`
+Updates a specific :term:`Topology`.
+
+:Auth. Required: Yes
+:Roles Required: "admin" or "operations"
+:Permissions Required: TOPOLOGY:UPDATE, TOPOLOGY:READ, CACHE-GROUP:READ
+:Response Type: Object
Request Structure
-----------------