@@ -166,7 +166,7 @@ public async Task<dynamic> CreateAsync(string contentType, Models.CreateRequest
166
166
//append request with appropriate headers and parameters
167
167
var _headers = new Dictionary < string , string > ( )
168
168
{
169
- { "user-agent" , "messagesmedia -webhooks" } ,
169
+ { "user-agent" , "messagemedia -webhooks-csharp-sdk-1.0.0 " } ,
170
170
{ "accept" , "application/json" } ,
171
171
{ "content-type" , "application/json; charset=utf-8" } ,
172
172
{ "Content-Type" , contentType }
@@ -345,15 +345,15 @@ public Models.RetrieveResponse Retrieve(int? page = null, int? pageSize = null)
345
345
}
346
346
347
347
/// <summary>
348
- /// This will update a webhook and returned the updated Webhook.
348
+ /// This will update a webhook and returned the updated Webhook.
349
349
/// you can update all the attributes individually or together.
350
350
/// PS : the new value will override the previous one.
351
351
/// ### Parameters
352
352
/// + same parameters rules as create webhook apply
353
353
/// a **Response 404 is returned when** :
354
354
/// <ul>
355
355
/// <li>there is no webhook with this `webhookId` </li>
356
- /// </ul>
356
+ /// </ul>
357
357
/// a **Response 400 is returned when** :
358
358
/// <ul>
359
359
/// <li>all attributes are null </li>
@@ -372,15 +372,15 @@ public void Update(Guid webhookId, string contentType, Models.UpdateRequest body
372
372
}
373
373
374
374
/// <summary>
375
- /// This will update a webhook and returned the updated Webhook.
375
+ /// This will update a webhook and returned the updated Webhook.
376
376
/// you can update all the attributes individually or together.
377
377
/// PS : the new value will override the previous one.
378
378
/// ### Parameters
379
379
/// + same parameters rules as create webhook apply
380
380
/// a **Response 404 is returned when** :
381
381
/// <ul>
382
382
/// <li>there is no webhook with this `webhookId` </li>
383
- /// </ul>
383
+ /// </ul>
384
384
/// a **Response 400 is returned when** :
385
385
/// <ul>
386
386
/// <li>all attributes are null </li>
@@ -439,4 +439,4 @@ public async Task UpdateAsync(Guid webhookId, string contentType, Models.UpdateR
439
439
}
440
440
441
441
}
442
- }
442
+ }
0 commit comments