PATCH /api/settings/update/

Updates the admin configured settings if the user has admin permissions.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
account_deletion_grace_delay Integer No

Number of days after the last login for an account pending deletion to be deleted

allow_reset_password Boolean No

Indicates whether users can request a password reset link.

show_admin_signup_page Boolean No

Indicates that there are no admin users in the database yet, so in the frontend the signup form will be shown instead of the login page.

allow_new_signups Boolean No

Indicates whether new users can create a new account when signing up.

email_verification No

Controls whether user email addresses have to be verified.

  • no_verification - no_verification
  • recommended - recommended
  • enforced - enforced
verify_import_signature Boolean No

Indicates whether the signature of imported files should be verified.

allow_global_workspace_creation Boolean No

Indicates whether all users can create workspaces, or just staff.

track_workspace_usage Boolean No

Runs a job once per day which calculates per workspace row counts and file storage usage, displayed on the admin workspace page.

show_baserow_help_request Boolean No

Indicates whether the We need your help! message will be shown on the dashboard

allow_signups_via_workspace_invitations Boolean No

Indicates whether invited users can create an account when signing up, even if allow_new_signups is disabled.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.