API structure has changed
1 structure change including:
1 Breaking change
1 Modification
Modified
1
Breaking
GET /api/v3/characters
- Path went from
/api/v3/allCharacters
to/api/v3/characters
(same operationId)Breaking - Response
-
200 response Modified
-
application/json content type Modified
- isEndOfList property Added
-
application/json content type Modified
- Query
- numCharacters, from query parameters Added