From 0605e11a28fe77db3d34e6ff46ff06d83f9f9c93 Mon Sep 17 00:00:00 2001 From: nianiB9 Date: Fri, 14 Nov 2025 17:30:21 -0600 Subject: [PATCH] add auth to site description --- DocuSign.MyAPI/ClientApp/src/assets/i18n/en.json | 2 +- DocuSign.MyAPI/ClientApp/src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DocuSign.MyAPI/ClientApp/src/assets/i18n/en.json b/DocuSign.MyAPI/ClientApp/src/assets/i18n/en.json index a2ad13e..be250b7 100644 --- a/DocuSign.MyAPI/ClientApp/src/assets/i18n/en.json +++ b/DocuSign.MyAPI/ClientApp/src/assets/i18n/en.json @@ -7,7 +7,7 @@ "LOGIN_TEXT": "To execute the scenario, you must log in with your Docusign developer account.", "CREATE_ACCOUNT": "Create account", "SITE_TITLE": "Discover Docusign API Calls", - "SITE_DESCRIPTION": "Discover the power of Docusign APIs. Experiment with common API calls in an interactive environment that lets you walk through the call parameters and examine the response.", + "SITE_DESCRIPTION": "Discover the power of Docusign APIs. Experiment with common API calls in an interactive environment that uses authorization code grant (ACG) authentication, walking you through the call parameters and letting you examine the response.", "FOOTER_TITLE": "Can’t find the API you’re looking for?", "FOOTER_LINK": "https://developers.docusign.com/", "FOOTER_LINK_TEXT": "Visit Docusign Developer Center", diff --git a/DocuSign.MyAPI/ClientApp/src/index.html b/DocuSign.MyAPI/ClientApp/src/index.html index a6e352e..8d723ef 100644 --- a/DocuSign.MyAPI/ClientApp/src/index.html +++ b/DocuSign.MyAPI/ClientApp/src/index.html @@ -11,7 +11,7 @@ - +