PUT
/
base
/
{baseId}
/
move
curl --request PUT \
  --url https://app.teable.cn/api/base/%7BbaseId%7D/move \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"spaceId":"string"}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

baseId
string
required

Body

application/json

Response

200

move to another space successfully