Disable signups via management API

Howdy!

This is essentially the same question as Disable Sign Ups using Management API but as a follow up since that thread is locked.

My company would like to keep as many configurations tracked in version control as possible and disable_signup: true is something we would like our database connections to enforce. Is there a reason this property is not publicly documented in the management API? I have verified that it is honored, but I would like to understand the stability of it and why it is not a standard property of the connection resource.

Thanks!

It’s just been forgotten to put it in the API docs, there’s no issue in using it via Management API call directly. So, no difference whether you configure it via Dashboard or API. I’ve also updated/commented on the older post you’ve linked.
(I’ve created a documentation ticket internally for this.)

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.