Migration from 4.5

Breaking changes

Node 18

Appmixer 5.0 is running on Node 18. Connectors that are published in Appmixer will be automatically rebuilt when they are needed.

API

GET /auth/flow/{flowId}

The response object structure has changed. This is an undocumented API endpoint. The new structure contains components and services properties.

Before:

{
    "fb0dfbf0-aa5a-44c6-8c5f-bb55c73ed877": {
        "603cf987982065000842bfc9": {
            "accessTokenValid": true,
            "accountId": "603cf987982065000842bfc9",
            "tokenId": "603cf987982065000842bfca",
            "componentAssigned": false,
            ...
        }
    },
    ...
}

After:

GET /flows API

When used with the pattern query options it searches through the flowId as well (not just name as before).

Last updated

Was this helpful?