Skip to content

Commit

Permalink
Update Domain.cs to remove orgs api entry (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere authored Jul 26, 2024
1 parent e0caa98 commit 75256c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Twilio/Rest/Domain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public static implicit operator Domain(string value)
public static readonly Domain Events = new Domain("events");
public static readonly Domain FlexApi = new Domain("flex-api");
public static readonly Domain FrontlineApi = new Domain("frontline-api");
public static readonly Domain PreviewIam = new Domain("preview-iam");
public static readonly Domain Insights = new Domain("insights");
public static readonly Domain Intelligence = new Domain("intelligence");
public static readonly Domain IpMessaging = new Domain("ip-messaging");
Expand Down Expand Up @@ -60,4 +59,4 @@ public static implicit operator Domain(string value)
public static readonly Domain Wireless = new Domain("wireless");
}

}
}

0 comments on commit 75256c9

Please sign in to comment.