Profile Portal version Release 3.0.13
11 months ago by ReadMe API
Features:
Add the ability to override profile connection data when creating a connected profile
e.g
"addConnection": {
"text": "Add another child",
"emptyText": "You're almost done, add your first child...",
"openOnEmpty": true,
"connection": {
"name": "Child",
"connection_definition_id": 1,
"status": "accepted"
},
"profile": {
"profile_type": "dependant" // forced profile data overrides can be written here
},
"icon": "Add",
...
```