POST
/
integrity
/
base
/
{baseId}
/
link-fix
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>"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

baseId
string
required

Response

201 - application/json
Success
type
enum<string>
required
Available options:
ForeignTableNotFound,
ForeignKeyNotFound,
SelfKeyNotFound,
SymmetricFieldNotFound,
MissingRecordReference,
InvalidLinkReference,
ForeignKeyHostTableNotFound
message
string
required