Hi, we’re using endpoint https://api.travis-ci.org/jobs (from Client and API isolation) vwhich is great for our project repairnator
This works perfectly for V1, V2:
curl --verbose --header "Accept: application/json; version=1" https://api.travis-ci.org/jobs
curl --verbose --header "Accept: application/json; version=2" https://api.travis-ci.org/jobs
But V3 fails:
curl --verbose --header "Accept: application/json; version=3" https://api.travis-ci.org/jobs
< HTTP/1.1 406 Not Acceptable
< Connection: keep-alive
< Server: nginx
< Date: Mon, 15 Apr 2019 05:10:53 GMT
< Content-Type: application/json;charset=utf-8
< Content-Length: 0
< Strict-Transport-Security: max-age=31536000
< X-Endpoint: Travis::Api::App::Endpoint::Jobs
< X-Pattern: /
What’s the equivalent of endpoint /jobs in the API V3?