English
Fix integrity of link fields in a base
cURL
curl --request POST \ --url https://app.teable.io/api/integrity/base/%7BbaseId%7D/link-fix \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "type": "ForeignTableNotFound", "message": "<string>", "fieldId": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object[].
object[]