API structure has changed
7 structure changes including:
7 Modifications
Modified
7
Breaking
GET /api/v1/analytics
- Query
-
plugin_id query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
GET /api/v1/request/sse/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /api/v1/requests
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /api/v1/requests/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
POST /api/v1/requests
- Response
-
201 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
POST /api/v1/user/login
- Body
-
application/json content type Modified
- country, language, timezone properties Added
POST /api/v1/user/register
- Body
-
application/json content type Modified
- country, language, timezone properties Added