Support of default_pagination_limit and max_pagination_limit parameters for manifest and objects get endpoints to avoid errors because of large response size.
Fixed opentaxii-create-account command to support admin argument.
Fixed add_objects method to define modified time and spec_version parameters if not provided in POST data.
Fixed delete object operation to delete objects from database.
Bug fix to return correct spec_version value in response instead of object type.
This PR includes all changes from Open PR by aams-eam.
Other bug fixes and enhancements:
default_pagination_limit
andmax_pagination_limit
parameters formanifest
andobjects
get endpoints to avoid errors because of large response size.opentaxii-create-account
command to supportadmin
argument.add_objects
method to define modified time andspec_version
parameters if not provided in POST data.spec_version
value in response instead of object type.