Skip to content

Commit 0c62c5d

Browse files
authored
Merge pull request #41 from docusign/DEVDOCS-16591
add auth to site description
2 parents 77b8aca + 0605e11 commit 0c62c5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DocuSign.MyAPI/ClientApp/src/assets/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"LOGIN_TEXT": "To execute the scenario, you must log in with your Docusign developer account.",
88
"CREATE_ACCOUNT": "Create account",
99
"SITE_TITLE": "Discover Docusign API Calls",
10-
"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.",
10+
"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.",
1111
"FOOTER_TITLE": "Can’t find the API you’re looking for?",
1212
"FOOTER_LINK": "https://developers.docusign.com/",
1313
"FOOTER_LINK_TEXT": "Visit Docusign Developer Center",

DocuSign.MyAPI/ClientApp/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
1212
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1313
<meta property="og:title" content="MyAPICalls Sample Application" />
14-
<meta property="og:description" content="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." />
14+
<meta property="og:description" content="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." />
1515
<meta property="og:image" content="https://myapicalls.sampleapps.docusign.com/assets/images/MyAPICalls_OG.png" />
1616
<!-- Google Tag Manager -->
1717
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WPK6FN5');</script>

0 commit comments

Comments
 (0)