cURL
curl --request PATCH \
--url https://app.teable.ai/api/auth/change-password \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"password":"stringst","newPassword":"stringst"}'auth
Patch authchange password
Change password
PATCH
/
auth
/
change-password
cURL
curl --request PATCH \
--url https://app.teable.ai/api/auth/change-password \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"password":"stringst","newPassword":"stringst"}'授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
响应
201
Change password successfully
最后修改于 2026年3月5日
此页面对您有帮助吗?
⌘I

