mgmt: (feat): Add Rate Limit Policies and Group Roles endpoints#1017
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1017 +/- ##
==========================================
+ Coverage 31.36% 31.47% +0.11%
==========================================
Files 2712 2742 +30
Lines 107773 109195 +1422
Branches 6330 6419 +89
==========================================
+ Hits 33801 34373 +572
- Misses 72202 73014 +812
- Partials 1770 1808 +38
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
kailash-b
approved these changes
May 28, 2026
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-csharp-sdk: 2.66.5
Patches applied (2): - patch-4a7a2c3e: Adds extension to convert UserDateSchema to DateTime - patch-composite-f898e213: Customer customizations (composite)
a3e6b2e to
7f548ef
Compare
Merged
This was referenced May 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
This is an automated SDK regeneration by Fern (CLI version: unknown, Generator:
fernapi/fern-csharp-sdk: 2.66.5). Customizations have been automatically preserved.New endpoints added:
RateLimitPolicies) — Full CRUD support:CreateAsync— Create a rate limit policyGetAsync— Get a rate limit policy by IDListAsync— List rate limit policies (paginated)UpdateAsync— Update (patch) a rate limit policyDeleteAsync— Delete a rate limit policyGroups/Roles) — Manage roles assigned to groups:CreateAsync— Assign roles to a groupDeleteAsync— Remove roles from a groupListAsync— List roles assigned to a groupModified endpoints:
Guardian/Enrollments— Simplified method signaturesGuardian/Policies— UpdatedSetAsyncparameter typesLogs— Refined query parameter types forGetAsyncandListAsyncRoles/Users— Updated parameter types forListAsyncUsers— Expanded with additional query parameters and fieldsUsers/Identities— UpdatedLinkAsyncandUnlinkAsyncparameter typesConnections/ScimConfiguration— Updated method signaturesRemoved: Unused parameters and redundant method overloads across various clients.
References
v2.66.5Testing
Checklist
ource-template/blob/master/GENERAL-CONTRIBUTING.md)
Conduct