POST
/
user
/
last-visit
shell
curl --request POST \
  --url https://app.teable.cn/api/user/last-visit \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"resourceType":"base","resourceId":"string","parentResourceId":"string","childResourceId":"string"}'

Authorizations

Authorization
string
header
required

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

Body

application/json
resourceType
enum<string>
required
Available options:
base,
table,
view,
dashboard,
automation
resourceId
string
required
parentResourceId
string
required
childResourceId
string

Response

201

Successfully updated user last visit record.