POST
/
user
/
last-visit
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":"string","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
string
required
resourceId
string
required
parentResourceId
string
required
childResourceId
string

Response

201

Successfully updated user last visit record.