PATCH
/
table
/
{tableId}
/
selection
/
temporaryPaste
curl --request PATCH \
  --url https://app.teable.cn/api/table/%7BtableId%7D/selection/temporaryPaste \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"viewId":"viwXXXXXXX","ranges":[[0,0],[1,1]],"projection":["string"],"ignoreViewQuery":"string","content":"John\tDoe\tjohn.doe@example.com","header":[]}'
[
  {
    "fields": {}
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

tableId
string
required

Body

application/json

Response

200 - application/json
Paste successfully

The response is of type object[].