@@ -31,6 +31,7 @@ namespace {{packageName}}.{{apiPackage}}
3131 /// { {.} }
3232 /// </remarks >
3333 { {/notes} }
34+ /// <example >https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{ {operationIdCamelCase} }Example.cs</example >
3435 /// <exception cref =" { { packageName} } .Client.ApiException" >Thrown when fails to make API call</exception >
3536 { {#allParams} }/// <param name =" { { paramName} } " >{ {description} }{ {^required} } (optional{ {#defaultValue} }, default to { {.} }{ {/defaultValue} }){ {/required} }{ {#isDeprecated} } (deprecated){ {/isDeprecated} }</param >
3637 { {/allParams} }/// <param name =" operationIndex" >Index associated with the operation.</param >
@@ -46,6 +47,7 @@ namespace {{packageName}}.{{apiPackage}}
4647 /// <remarks >
4748 /// { {notes} }
4849 /// </remarks >
50+ /// <example >https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{ {operationIdCamelCase} }Example.cs</example >
4951 /// <exception cref =" { { packageName} } .Client.ApiException" >Thrown when fails to make API call</exception >
5052 { {#allParams} }/// <param name =" { { paramName} } " >{ {description} }{ {^required} } (optional{ {#defaultValue} }, default to { {.} }{ {/defaultValue} }){ {/required} }{ {#isDeprecated} } (deprecated){ {/isDeprecated} }</param >
5153 { {/allParams} }/// <param name =" operationIndex" >Index associated with the operation.</param >
@@ -72,6 +74,7 @@ namespace {{packageName}}.{{apiPackage}}
7274 /// <remarks >
7375 /// { {notes} }
7476 /// </remarks >
77+ /// <example >https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{ {operationIdCamelCase} }Example.cs</example >
7578 /// <exception cref =" { { packageName} } .Client.ApiException" >Thrown when fails to make API call</exception >
7679 { {#allParams} }
7780 /// <param name =" { { paramName} } " >{ {description} }{ {^required} } (optional{ {#defaultValue} }, default to { {.} }{ {/defaultValue} }){ {/required} }{ {#isDeprecated} } (deprecated){ {/isDeprecated} }</param >
@@ -90,6 +93,7 @@ namespace {{packageName}}.{{apiPackage}}
9093 /// <remarks >
9194 /// { {notes} }
9295 /// </remarks >
96+ /// <example >https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{ {operationIdCamelCase} }Example.cs</example >
9397 /// <exception cref =" { { packageName} } .Client.ApiException" >Thrown when fails to make API call</exception >
9498 { {#allParams} }
9599 /// <param name =" { { paramName} } " >{ {description} }{ {^required} } (optional{ {#defaultValue} }, default to { {.} }{ {/defaultValue} }){ {/required} }{ {#isDeprecated} } (deprecated){ {/isDeprecated} }</param >
@@ -237,6 +241,7 @@ namespace {{packageName}}.{{apiPackage}}
237241 /// <summary >
238242 /// { {summary} } { {notes} }
239243 /// </summary >
244+ /// <example >https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{ {operationIdCamelCase} }Example.cs</example >
240245 /// <exception cref =" { { packageName} } .Client.ApiException" >Thrown when fails to make API call</exception >
241246 { {#allParams} }/// <param name =" { { paramName} } " >{ {description} }{ {^required} } (optional{ {#defaultValue} }, default to { {.} }{ {/defaultValue} }){ {/required} }{ {#isDeprecated} } (deprecated){ {/isDeprecated} }</param >
242247 { {/allParams} }/// <param name =" operationIndex" >Index associated with the operation.</param >
@@ -253,6 +258,7 @@ namespace {{packageName}}.{{apiPackage}}
253258 /// <summary >
254259 /// { {summary} } { {notes} }
255260 /// </summary >
261+ /// <example >https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{ {operationIdCamelCase} }Example.cs</example >
256262 /// <exception cref =" { { packageName} } .Client.ApiException" >Thrown when fails to make API call</exception >
257263 { {#allParams} }/// <param name =" { { paramName} } " >{ {description} }{ {^required} } (optional{ {#defaultValue} }, default to { {.} }{ {/defaultValue} }){ {/required} }{ {#isDeprecated} } (deprecated){ {/isDeprecated} }</param >
258264 { {/allParams} }/// <param name =" operationIndex" >Index associated with the operation.</param >
@@ -533,6 +539,7 @@ namespace {{packageName}}.{{apiPackage}}
533539 /// <summary >
534540 /// { {summary} } { {notes} }
535541 /// </summary >
542+ /// <example >https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{ {operationIdCamelCase} }Example.cs</example >
536543 /// <exception cref =" { { packageName} } .Client.ApiException" >Thrown when fails to make API call</exception >
537544 { {#allParams} }
538545 /// <param name =" { { paramName} } " >{ {description} }{ {^required} } (optional{ {#defaultValue} }, default to { {.} }{ {/defaultValue} }){ {/required} }{ {#isDeprecated} } (deprecated){ {/isDeprecated} }</param >
@@ -552,6 +559,7 @@ namespace {{packageName}}.{{apiPackage}}
552559 /// <summary >
553560 /// { {summary} } { {notes} }
554561 /// </summary >
562+ /// <example >https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{ {operationIdCamelCase} }Example.cs</example >
555563 /// <exception cref =" { { packageName} } .Client.ApiException" >Thrown when fails to make API call</exception >
556564 { {#allParams} }
557565 /// <param name =" { { paramName} } " >{ {description} }{ {^required} } (optional{ {#defaultValue} }, default to { {.} }{ {/defaultValue} }){ {/required} }{ {#isDeprecated} } (deprecated){ {/isDeprecated} }</param >
0 commit comments