This release enhances SDK documentation title generation from your OpenAPI specifications. We now apply smarter casing rules to endpoint titles and model names. You'll see improved handling of prepositions, acronyms, and any words you've defined in the DoNotSplitWords list.
New OpenAPI Linting Rules for Pagination, Webhooks, and Callbacks
We've expanded the openapi-v3-apimatic-linting,openapi-v3-codegen-linting, openapi-v3-standard-linting, and openapi-v3-standards-validation rulesets with new linting and validation rules covering Pagination, Webhooks, and Callbacks.
CLI: Updated SDK Generation Input Flag and Path Semantics
We are updating the SDK generation CLI command to make inputs for SDK and Portal generation CLI commands consistent. Now Portals and SDKs can be generated using the same input, simplifying CI/CD scripts.
Success Notification for API Calls in API Recipes
We've introduced success notifications for API calls in API Recipes, allowing developers to confirm a successful response directly in the workflow.
Organize Your Portal Sidebar with Webhook and Callback Groups
Managing event-driven APIs just got simpler. The Developer Portal now lets you include all webhooks or callbacks from a group directly in toc.yml with a single webhook-group or callback-group entry — no more listing every event by hand.
Focus Authentication Inputs in the Developer Portal After Unauthorized Requests
We've updated the Developer Portal to automatically guide developers to the relevant authentication inputs when an API request returns a 401 Unauthorized response. This allows developers to quickly correct missing or invalid credentials and retry the request without leaving the API console.
Enhanced Sorting Controls for API Portal Components
A new ConfigureComponentSorting codegen setting is now available, providing independent sorting control for each API component type in generated SDK docs and API Portals.
Improved Portal Readability and Accessibility
We’ve enhanced the overall usability and accessibility of the API portal, making it faster to navigate and easier to consume across different workflows.
Organize Your Portal Sidebar with Endpoint Groups
You can now reference entire endpoint groups in toc.yml using endpoint-group, making it easier to organize large APIs and keep your documentation in sync with your API specification.
Pre-Release Notice: Improved Title Generation in SDK Documentation
This release enhances SDK documentation title generation from your OpenAPI specifications. We now apply smarter casing rules to endpoint titles and model names. You'll see improved handling of prepositions, acronyms, and any words you've defined in the DoNotSplitWords list.