cURL
curl --request PUT \
--url https://app.teable.ai/api/space/%7BspaceId%7D/authentication/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"type":"feishu","config":{"appId":"string","appSecret":"string"},"id":"string","name":"string"}'space
Put space authentication
Update a space authentication
PUT
/
space
/
{spaceId}
/
authentication
/
{id}
cURL
curl --request PUT \
--url https://app.teable.ai/api/space/%7BspaceId%7D/authentication/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"type":"feishu","config":{"appId":"string","appSecret":"string"},"id":"string","name":"string"}'Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

