API structure has changed
14 structure changes including:
10 Breaking changes
4 Additions
8 Modifications
2 Removals
Modified
8
Breaking
DELETE /api/my-account/identities/{target}
- Path went from `/api/profile/identities/{target}` to `/api/my-account/identities/{target}` (same operationId) Breaking
- Query
-
verificationRecordId query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
GET /api/my-account
- Path went from `/api/profile` to `/api/my-account` (same operationId) Breaking
PATCH /api/my-account
- Path went from `/api/profile` to `/api/my-account` (same operationId) Breaking
- Body
-
application/json content type Modified
-
username property Modified
-
Type went from
string(regex)
tostring(regex) | null
-
-
username property Modified
PATCH /api/my-account/profile
- Path went from `/api/profile/profile` to `/api/my-account/profile` (same operationId) Breaking
POST /api/my-account/identities
- Path went from `/api/profile/identities` to `/api/my-account/identities` (same operationId) Breaking
- Body
-
application/json content type Modified
-
verificationRecordId property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
verificationRecordId property Removed
POST /api/my-account/password
- Path went from `/api/profile/password` to `/api/my-account/password` (same operationId) Breaking
- Body
-
application/json content type Modified
-
verificationRecordId property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
verificationRecordId property Removed
POST /api/my-account/primary-email
- Path went from `/api/profile/primary-email` to `/api/my-account/primary-email` (same operationId) Breaking
- Body
-
application/json content type Modified
-
verificationRecordId property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
verificationRecordId property Removed
POST /api/my-account/primary-phone
- Path went from `/api/profile/primary-phone` to `/api/my-account/primary-phone` (same operationId) Breaking
- Body
-
application/json content type Modified
-
verificationRecordId property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
verificationRecordId property Removed
Removed
2
Breaking
GET /api/account-center
- Removing a resource is always breaking unless it was deprecated before Breaking
PATCH /api/account-center
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
4
DELETE /api/my-account/primary-email
DELETE /api/my-account/primary-phone
GET /api/account-center
PATCH /api/account-center