Skip to content

Commit

Permalink
Fix #78 : event_url returns the url and other meta data thus it is a …
Browse files Browse the repository at this point in the history
…string[] (#81)
  • Loading branch information
Rabeb Othmani authored and smithrobs committed Feb 9, 2018
1 parent aa7b9bb commit e2710e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nexmo.Api/Voice/Call.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class CallCommand
/// <summary>
/// Optional. Platform sends event information asynchronously to this endpoint when status changes. For more information about the values sent, see callback.
/// </summary>
public string event_url { get; set; }
public string[] event_url { get; set; }
/// <summary>
/// Optional. The HTTP method used to send event information to event_url. The default value is POST.
/// </summary>
Expand Down

0 comments on commit e2710e6

Please sign in to comment.