Add Feature Flag Management API endpoints#2522
Open
joshua-koehler wants to merge 9 commits intomainfrom
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Merges the feature flag management CRUD API into the existing feature-flags spec. Upgrades to OpenAPI 3.1.0, adds 15 project-scoped management endpoints under the "Flag Management" tag, and creates ReadMe reference pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3bcc031 to
5670309
Compare
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
API Reference Preview🚀 https://developer.mixpanel.com/v3.27-pr-2522/reference/overview |
Let ReadMe auto-generate API reference pages from the OpenAPI spec instead of creating empty manual pages that don't show the API spec. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
myronkaifung
approved these changes
Mar 31, 2026
Re-create flag-management reference pages with api.method and api.path frontmatter so ReadMe can link them to their OpenAPI operations and render the API spec instead of showing blank pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The OpenAPI spec auto-generates these pages on ReadMe with -1 slug suffixes. Our manual pages were shadowing them with blank content because they lack the spec linkage ReadMe creates automatically. Removing the manual pages so the auto-generated ones are canonical. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Captures the lessons learned from integrating the Feature Flags Management API spec, so future contributors have a repeatable process for onboarding new raw specs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
feature-flags.openapi.yamlTest plan
rdme-stagingCI workflow/flags,/flags/definitions) are unaffected🤖 Generated with Claude Code