PATCH
/
base
/
{baseId}
/
app
/
{appId}
/
files
shell
curl --request PATCH \
  --url https://app.teable.ai/api/base/%7BbaseId%7D/app/%7BappId%7D/files \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'

Authorizations

Authorization
string
header
required

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

Path Parameters

baseId
string
required
appId
string
required

Response

200

App files updated