API structure has changed
7 structure changes including:
1 Breaking change
1 Addition
5 Modifications
1 Removal
Modified
5
GET /api/v1/import
- Query
- filter[types], filter[statuses] query parameters Added
GET /api/v1/import/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- account property Added
-
application/json content type Modified
POST /api/v1/import
- Response
-
200 response Modified
-
application/json content type Modified
- account property Added
-
application/json content type Modified
POST /api/v1/import/map/{import_uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- account property Added
-
application/json content type Modified
POST /api/v1/import/start/{import_uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- account property Added
-
application/json content type Modified
Removed
1
Breaking
GET /api/v1/import/keys/{importer}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
1
GET /api/v1/import/keys/{importer}/{mode}