-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Open
Copy link
Labels
Area/ManagementAny issues related to Management API or Management Portal UIAny issues related to Management API or Management Portal UIType/UX
Description
Current Behavior
Currently, the Management Portal frontend does not support updating or changing the API specification when publishing an API to the Developer Portal.
The backend (Platform API) does not yet provide endpoints to accept API specification updates during publishing.
Proposed Frontend Changes
- Implement UI components to allow users to upload API spec before publishing.
- Integrate with Platform API once backend support is available:
- Send updated API spec as part of the publish request.
- Handle success/failure responses and display appropriate feedback in the UI.
Dependencies
- Requires backend (Platform API) support to accept API spec changes during publishing.
- Frontend implementation should be ready to integrate once the API is available.
Benefits
- Enables users to update API spec at publish time without separate steps.
- Improves workflow efficiency when publishing APIs to Developer Portal.
- Ensures consistent API spec management across frontend and backend.
Metadata
Metadata
Assignees
Labels
Area/ManagementAny issues related to Management API or Management Portal UIAny issues related to Management API or Management Portal UIType/UX