API structure has changed
3 structure changes including:
3 Modifications
Modified
3
Breaking
GET /api/v2/fact-find/session/{factFindSession_uuid}/launch
- Path went from
/api/v2/fact-find-session/{factFindSession_uuid}/launchto/api/v2/fact-find/session/{factFindSession_uuid}/launch(same operationId) - Path
-
factFindSession_uuid path parameter Modified
-
Type went from
stringtointegerBreaking
-
Type went from
POST /api/v1/account
- Body
-
application/json content type Modified
-
alternative Modified
-
Create Employee Account alternative Modified
-
departments property Modified
-
Type went from
stringtoarray[string]Breaking
-
Type went from
-
departments property Modified
-
Create Employee Account alternative Modified
-
alternative Modified
PUT /api/v1/account/{uuid}
- Body
-
application/json content type Modified
-
alternative Modified
-
Update Client Account alternative Modified
-
groups property Modified
-
Type went from
array[string(uuid)]toarray[string(uuid)] | null
-
Type went from
-
groups property Modified
-
Update Employee Account alternative Modified
-
departments property Modified
-
Property is now required Breaking
-
Type went from
stringtoarray[string]Breaking
-
Property is now required
-
groups property Modified
-
Type went from
array[string(uuid)]toarray[string(uuid)] | null
-
Type went from
-
departments property Modified
-
Update Introducer Account alternative Modified
-
groups property Modified
-
Type went from
array[string(uuid)]toarray[string(uuid)] | null
-
Type went from
-
groups property Modified
-
Update Client Account alternative Modified
-
alternative Modified