File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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 ( ) ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments