Skip to main content
PUT
/
user-integrations
/
{integrationId}
/
name
cURL
curl --request PUT \
  --url https://app.teable.ai/api/user-integrations/%7BintegrationId%7D/name \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"name":"string"}'

Authorizations

Authorization
string
header
required

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

Path Parameters

integrationId
string
required

Body

application/json
name
string
required

Response

200

Updated successfully

Last modified on March 5, 2026