Skip to content

Commit f815343

Browse files
chore: Fix examples (#688)
1 parent 25dd9f4 commit f815343

File tree

88 files changed

+832
-8315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+832
-8315
lines changed

examples/csharp/src/Twilio/Rest/Domain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ public static implicit operator Domain(string value)
1515
public static readonly Domain FlexApi = new Domain("flex-api");
1616
public static readonly Domain Versionless = new Domain("versionless");
1717
public static readonly Domain PreviewIam = new Domain("preview-iam");
18-
public static readonly Domain Iam = new Domain("iam");
18+
public static readonly Domain Oauth = new Domain("oauth");
1919
}
2020
}

examples/csharp/src/Twilio/Rest/Iam/V1/ApiKeyOptions.cs

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)