We are excited to introduce support for explicitly marking nullable properties as NULL in the developer portal. This enhancement provides greater flexibility when trying out the API from the API Playground for all languages.
82 posts tagged with "Improvement"
View All TagsAdded support for custom components in the API Developer Portal
Previously, building UI elements like cards, accordions, or tabs in the API Developer Portal required writing raw HTML, which was not ideal for maintainability and lacked support for built-in theming (e.g., Light, Dark, and Cosmos themes).
With this release, we’ve introduced native support for custom components, allowing you to create richer, more structured, and theme-consistent documentation without relying on raw HTML.
Adding Nullable Support in Developer Portal for HTTP, Java, and Python
We are excited to introduce support for explicitly marking nullable properties as NULL in the developer portal. This enhancement provides greater flexibility when trying out the API from the API Playground.
Added Support for Customizing the Left Navigation Bar
You can now customize the behavior and appearance of the Left Navigation Bar in your developer portal. The new options include two navigation modes and three layout variations that give you more control over how navigation is structured and displayed.
API Copilot Improvements
We've enhanced the API Copilot to provide a more seamless chat experience, especially during long conversations. Previously, users experienced a lag between typing and characters appearing in the input box when searching for something.
Enhanced UX for Deprecated Endpoints
We've improved the user experience for deprecated endpoints by making them more visible and easier to identify. These enhancements help users quickly recognize outdated APIs and find alternatives with minimal friction.
Introducing a Portal Setting to Display HTTP verbs in all Languages.
We’ve introduced a new portal setting that allows you to display HTTP verbs in the left navigation bar for all languages. This feature is available exclusively for APIMatic API users.
Introducing a Portal Setting to Manage Feedback Widget Visibility in DX-Portal.
We’ve added a new portal setting that gives you control over the visibility of the feedback widget in your portal. This feature is available exclusively for APIMatic API users.
UI Enhancements in DX-Portal
We’ve made a few subtle updates to the portal’s interface to make it easier to use, clearer to navigate, and more visually consistent. These changes are part of our ongoing efforts to create a smooth and intuitive experience for you.
Relocation of Import Statements in C# SDKs
We have moved the import statements outside the namespace for generated C# SDKs to comply with .NET best practices.