v2 - 2026-04-01 - Plugin Integrations API parameter rename
by ReadMe GitHub ActionRenamed the featureId path parameter to entityId on plugin integration connection endpoints to align with the unified entity model used across the v2 API. This is a non-breaking change — the actual URL pattern is unchanged, only the parameter name in the spec was updated.
- Get plugin integration connection
{featureId}→{entityId} - Configure plugin integration connection
{featureId}→{entityId} - Delete plugin integration connection
{featureId}→{entityId}
