Add API key migration wizard support#3046
Conversation
Greptile SummaryThis PR extends the migration wizard's
Confidence Score: 5/5Safe to merge; changes are additive and tightly scoped to the integrations resource group with no impact on other migration paths. All three files receive small, targeted additions that follow the existing patterns. The round-trip between No files require special attention for merging. Important Files Changed
Reviews (2): Last reviewed commit: "Add API key migration wizard support" | Re-trigger Greptile |
Adds api-key as a child toggle under the existing integrations group, matching the parent-child pattern used by users/teams, databases/rows, and messaging/messages. The backend uses the kebab-case 'api-key' resource id; the form field stays camelCase as a local property.
f26ca9f to
1116c57
Compare
Summary
Stacks on #3043. Adds api-key as its own top-level resource group in the migration wizard, parallel to platforms.
Backend uses the kebab-case
'api-key'resource id (matchesResource::TYPE_API_KEYin utopia-php/migration). The form field nameapiKeysstays camelCase as it's a local property.Cross-repo