[API] POST /api/database/ let-user-control-scheduling

Hello :slight_smile:

I create databases through API.
Everything is going fine, excepted for: "let-user-control-scheduling": true.

Is there any way to set this var though API? I also tried to set it up via PUT.

It properly works from UI:

Thanks in advance for your help :pray:

Hi @michael.l
You are viewing an API request, so yes. Everything you can do through the GUI can be done via the API.
The best way to learn the API, is to just use Metabase while having your browser developer Network-tab open and looking at the request, and what data is being send/received. And you can copy it as an cURL or Fetch command by right-clicking the request.

Hi @flamber,

That's exactly what I did, but misplaced the item in my json :sweat_smile:

Thanks for your quick reply!