Closed Buried-In-Code closed 2 years ago
Currently last_issue and first_issue are required and may not be null, however it appears Comicvine allows them to be null.
last_issue
first_issue
Example: https://comicvine.gamespot.com/api/volume/4050-92409/?api_key=***&format=json
Error Message:
simyan.exceptions.APIError: {'last_issue': ['Field may not be null.'], 'first_issue': ['Field may not be null.']}
This affects both VolumeList and Volume
Currently
last_issue
andfirst_issue
are required and may not be null, however it appears Comicvine allows them to be null.Example: https://comicvine.gamespot.com/api/volume/4050-92409/?api_key=***&format=json
Error Message: