简体中文
Get the instance settings
cURL
curl --request PATCH \ --url https://app.teable.cn/api/admin/setting \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"disallowSignUp":true,"disallowSpaceCreation":true,"disallowSpaceInvitation":true,"enableEmailVerification":true,"aiConfig":{"llmProviders":[],"embeddingModel":"string","translationModel":"string","codingModel":"string","enable":true},"brandName":"string"}'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Update settings successfully.