Settings

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

patch/api/settings/update/

Request body

allow_new_signupsboolean

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

allow_signups_via_workspace_invitationsboolean

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

allow_reset_passwordboolean

Indicates whether users can request a password reset link.

allow_global_workspace_creationboolean

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

account_deletion_grace_delayinteger

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

show_admin_signup_pageboolean

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.

track_workspace_usageboolean

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_requestboolean

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

verify_import_signatureboolean

Indicates whether the signature of imported files should be verified.

allow_reporting_abuseboolean

Indicates whether anonymous visitors can report publicly shared resources, like views and forms, for abuse.

Response

allow_new_signupsboolean

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

allow_signups_via_workspace_invitationsboolean

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

allow_reset_passwordboolean

Indicates whether users can request a password reset link.

allow_global_workspace_creationboolean

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

account_deletion_grace_delayinteger

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

show_admin_signup_pageboolean

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.

track_workspace_usageboolean

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_requestboolean

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

verify_import_signatureboolean

Indicates whether the signature of imported files should be verified.

allow_reporting_abuseboolean

Indicates whether anonymous visitors can report publicly shared resources, like views and forms, for abuse.

Changes

Changed in 1 of the 6 revisions of this API.4

    • added the new optional request property allow_reporting_abuse (media type: application/json)

      new-optional-request-property

    • added the new optional request property allow_reporting_abuse (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property allow_reporting_abuse (media type: multipart/form-data)

      new-optional-request-property

    • added the optional property allow_reporting_abuse to the response with the 200 status

      response-optional-property-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog