You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2021/01/05 18:28:31 UTC

[trafficcontrol] branch master updated: fixed docs for acme_accounts endpoints (#5399)

This is an automated email from the ASF dual-hosted git repository.

zrhoffman 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 31a1daf  fixed docs for acme_accounts endpoints (#5399)
31a1daf is described below

commit 31a1dafb9058331d71d0a80bd001c2ac8d4cc45b
Author: mattjackson220 <33...@users.noreply.github.com>
AuthorDate: Tue Jan 5 11:28:19 2021 -0700

    fixed docs for acme_accounts endpoints (#5399)
---
 docs/source/api/v3/acme_accounts.rst                | 6 ++++--
 docs/source/api/v3/acme_accounts_provider_email.rst | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/source/api/v3/acme_accounts.rst b/docs/source/api/v3/acme_accounts.rst
index 8a39846..01b20cd 100644
--- a/docs/source/api/v3/acme_accounts.rst
+++ b/docs/source/api/v3/acme_accounts.rst
@@ -19,6 +19,8 @@
 ``acme_accounts``
 *****************
 
+.. versionadded:: 3.1
+
 ``GET``
 =======
 Gets information for all :term:`ACME Account` s.
@@ -75,7 +77,7 @@ The request body must be a single :term:`ACME Account` object with the following
 .. code-block:: http
 	:caption: Request Example
 
-	POST /api/3.0/acme/accounts HTTP/1.1
+	POST /api/3.1/acme_accounts HTTP/1.1
 	Host: trafficops.infra.ciab.test
 	User-Agent: curl/7.47.0
 	Accept: */*
@@ -146,7 +148,7 @@ The request body must be a single :term:`ACME Account` object with the following
 .. code-block:: http
 	:caption: Request Example
 
-	PUT /api/3.0/acme/accounts HTTP/1.1
+	PUT /api/3.1/acme_accounts HTTP/1.1
 	Host: trafficops.infra.ciab.test
 	User-Agent: curl/7.47.0
 	Accept: */*
diff --git a/docs/source/api/v3/acme_accounts_provider_email.rst b/docs/source/api/v3/acme_accounts_provider_email.rst
index 4a8b1e1..d9df57f 100644
--- a/docs/source/api/v3/acme_accounts_provider_email.rst
+++ b/docs/source/api/v3/acme_accounts_provider_email.rst
@@ -19,6 +19,7 @@
 ``acme_accounts/{{provider}}/{{email}}``
 ****************************************
 
+.. versionadded:: 3.1
 
 ``DELETE``
 ==========