I am migrating a project’s CircleCI requests to use the v2 API instead of v1. When I do a GET request to get a project’s settings using the v1 API (https://circleci.com/api/v1/project/:project/settings?circle-token={token}) I get a response containing the project’s settings, but when I call the same URL using the v2 API I get an empty object back. I can’t find anything on the documentation related to this endpoint. Has it been deprecated?
Thanks.