Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DocuSign.MyAPI/ClientApp/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion DocuSign.MyAPI/ClientApp/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta property="og:title" content="MyAPICalls Sample Application" />
<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." />
<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." />
<meta property="og:image" content="https://myapicalls.sampleapps.docusign.com/assets/images/MyAPICalls_OG.png" />
<!-- Google Tag Manager -->
<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>
Expand Down
Loading