Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Feb 10, 2026

Changes

Modified -

  • Added Pagination for List all versions of an Actions Module - /get-action-module-versions endpoint

Fixes -

  • Renamed DeployActionVersionRequestBodyParams to DeployActionVersionRequestContent for /post-deploy-draft-version endpoint
  • Updated UpdateBruteForceSettingsRequestContentShieldsItem to BruteForceProtectionShieldsEnum enum and UpdateBruteForceSettingsRequestContentMode to BruteForceProtectionModeEnum enum
  • Renamed ExecutionsGetRequest to GetFlowExecutionRequestParameters and updated ExecutionsGetRequestHydrateItem to GetFlowExecutionRequestParametersHydrateEnum
  • Renamed ExecutionsListRequest to ListFlowExecutionsRequestParameters
  • Updated UpdateTenantSettingsRequestContentEnabledLocalesItem to TenantSettingsSupportedLocalesEnum
  • Updated GetBruteForceSettingsResponseContentMode to BruteForceProtectionModeEnum
  • Added field in ConnectionOptions

Manual Testing Snippets

  • Fetch accessToken from Auth0-dashboard or using AuthAPI.
  • Create ManagementApi instance with access token
ManagementApi client = ManagementApi
                .builder()
                .url(audience)
                .token(accessToken)
                .build();
// Testing `/post-deploy-draft-version` endpoint 
DeployActionVersionResponseContent resp = client.actions().versions()
.deploy("actionId", "id", OptionalNullable.of(DeployActionVersionRequestContent.builder().updateDraft(Optional.of(true)).build()));

📚 References
Auto-generated from Auth0 Management API OpenAPI specification updates.

🔬 Testing

  • All existing tests pass with updated auto-generated code
  • HTTP recordings updated to match new API schema
  • No manual testing required for auto-generated changes

@fern-api fern-api bot requested a review from a team as a code owner February 10, 2026 07:27
@tanya732 tanya732 changed the title 🌿 Fern Regeneration -- February 10, 2026 Feat: Add pagination for Action Module Versions, updated shields field to enum for Patch Request Payload and enabled_locales field to enum for Update TenantSetting Request Payload Feb 11, 2026
@tanya732 tanya732 changed the title Feat: Add pagination for Action Module Versions, updated shields field to enum for Patch Request Payload and enabled_locales field to enum for Update TenantSetting Request Payload Feat: Update shields field to enum in Patch Request payload and enabled_locales to enum in Update TenantSetting payload and Add pagination for Action Module Versions Feb 11, 2026
@tanya732 tanya732 merged commit 7f9f45d into master Feb 11, 2026
5 checks passed
@tanya732 tanya732 deleted the fern-bot/2026-02-10T07-27Z branch February 11, 2026 13:00
@tanya732 tanya732 mentioned this pull request Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants