API structure has changed
6 structure changes including:
3 Breaking changes
2 Additions
3 Modifications
1 Removal
Modified
3
Breaking
DELETE /api/delete/{method}
- Body
-
application/json content type Modified
-
userid property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
userid property Removed
- Authentication
- Bearer auth authentication method Added
POST /api/v2/fetch/{method}
- Path went from
/api/fetch/{method}
to/api/v2/fetch/{method}
(same operationId)Breaking - Body
-
application/json content type Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Authentication
- Bearer auth authentication method Added
PUT /api/v2/push/{method}
- Path went from
/api/push/{method}
to/api/v2/push/{method}
(same operationId)Breaking - Body
-
application/json content type Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Authentication
- Bearer auth authentication method Added
Removed
1
Breaking
POST /api/login
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
2
POST /api/v2/login
POST /api/v2/refresh