API Reference

Update General Settings

Change the general settings of your system. For details, see the description for each parameter in the request body. Just like the settings via web interface, these settings via API request are also saved in the database table (dtable-db/constance_config). They have a higher priority over the settings in the config files. However, in the dtable_web_settings you'll find more setting options. For details, visit the SeaTable Admin Manual.

Body Params
string

The title of your SeaTable web interface, like appeared on the browser tab. Optional. Default value is SeaTable Private.

string

The name of your site, like appeared in the notification emails. Optional. Default value is SeaTable.

integer

If a custom CSS should be used. Optional, 0 by default. If set to 1, paste your CSS into the param CUSTOM_CSS.

string

The content of your custom CSS. Optional. Empty by default.

integer

If users should be automatically activated after the registration. Optional, 1 by default. If 0, then the user need to be activated by the administrator or via the activation email.

integer

If an activation email should be sent after the user has registered. Optional, 0 by default.

integer

How many default days a user could be kept signed in. Optional, 7 by default.

integer

The maximum number of failed login attempts before showing CAPTCHA. Optional, 5 by default.

integer

If the user's account should be frozen when they exceed the login attempts limit. Optional, 0 by default.

integer

Force the users to use a strong password when signing up or changing password. Optional, 0 by default.

integer

Force newly added users to change their password, or when the admin resets their password. Optional, 1 by default.

integer

The minimum length of user passwords. Optional, 6 by default.

integer

The level (1-4) of a password's strength. For example, 3 means password must have at least 3 of the following: a number, an upper letter, a lower letter and a special symbol. Optional, 3 by default.

integer

If two factor authentication should be activated for the system. Optional, 0 by default.

integer

If registration on the web interface is allowed. Optional, 0 by default.

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json