Skip to content

Commit 42cd99b

Browse files
authored
Merge pull request #204 from docusign/skip-langs-fix
Skip langs fix
2 parents 69a774f + c975a2b commit 42cd99b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

manifest/CodeExamplesManifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2797,7 +2797,8 @@
27972797
"PathName": "Agreements:getAgreementsList"
27982798
}
27992799
],
2800-
"ResultsPageText": "List of agreements with the Navigator API:"
2800+
"ResultsPageText": "List of agreements with the Navigator API:",
2801+
"SkipForLanguages": "php;python;ruby"
28012802
},
28022803
{
28032804
"ExampleNumber": 2,
@@ -2818,7 +2819,8 @@
28182819
]
28192820
}
28202821
],
2821-
"ResultsPageText": "Details for selected agreement:"
2822+
"ResultsPageText": "Details for selected agreement:",
2823+
"SkipForLanguages": "php;python;ruby"
28222824
}
28232825
]
28242826
}

0 commit comments

Comments
 (0)