新增多个数据表

POST {{base_url}}/bitable/v1/apps/:app_token/tables/batch_create

新增多个数据表

参考接口文档:新增多个数据表

Request Params

KeyDatatypeRequiredDescription
user_id_typestring用户 ID 类型。可选值:open_id、union_id、user_id

Request Body

{"tables"=>[{"name"=>"table1"}]}

RESPONSES

status: OK

{"code":0,"data":{"table_ids":["tblyJrNERhgXmP7q"]},"msg":"Success"}