I want to enable/disable autoindexing for my Serverless Mongo instance using api call or terraform config.
I cound not find nether of them in documentation.
From internet site of my mongo cluster I went to inspect window and I got api call which is called from mongo internet site to update/get autoindexing value. This is the url.
https://cloud.mongodb.com/performanceAdvisor/groups/groupid/serverless/serverlessid/autoIndexing
Is there any official information about where I can get for api call or terraform resource that can change autoindexing settings?