Skip to content

Commit fd012f0

Browse files
committed
minor fixes
1 parent 3272cbc commit fd012f0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

launcher-csharp/Common/RequestItemsService.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ public string IdentifyApiOfCodeExample(string eg)
273273
{
274274
currentApiType = ExamplesApiType.Connect.ToString();
275275
}
276+
else if (eg.Contains(ExamplesApiType.Maestro.ToKeywordString()))
277+
{
278+
currentApiType = ExamplesApiType.Maestro.ToString();
279+
}
276280
else
277281
{
278282
currentApiType = ExamplesApiType.ESignature.ToString();

launcher-csharp/appsettings.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"TokenEndpoint": "https://account-d.docusign.com/oauth/token",
1414
"UserInformationEndpoint": "https://account-d.docusign.com/oauth/userinfo",
1515
"AppUrl": "https://localhost:44333",
16-
"WorkflowId": "e632c106-6420-485b-938f-20e2335c6677",
16+
"WorkflowId": "{WORKFLOW_ID}",
1717
"RoomsApiEndpoint": "https://demo.rooms.docusign.com",
1818
"AdminApiEndpoint": "https://api-d.docusign.net/management",
1919
"MaestroManageApiEndpoint": "https://demo.services.docusign.net/aow-manage/v1.0",

0 commit comments

Comments
 (0)