muchdogesec / arango_taxii_server

A lightweight TAXII API wrapper for ArangoDB.
GNU Affero General Public License v3.0
2 stars 0 forks source link

By default, all endpoints with envelope pagination should return 50 results #10

Open himynamesdave opened 2 weeks ago

himynamesdave commented 2 weeks ago
curl -X 'GET' \
  'http://127.0.0.1:8000/api/taxii2/arango_taxii_server_tests_database/collections/mitre_attack_enterprise/objects/?limit=10' \
  -H 'accept: application/taxii+json' \
  -H 'Authorization: Basic XXX'

It currently returns 1000 (the default arangodb limit) should return 50