简体中文
update a template
cURL
curl --request PATCH \ --url https://app.teable.cn/api/template/%7BtemplateId%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"name":"string","description":"string","categoryId":"string","cover":{"token":"xxxxxxxxxxx","size":1024,"url":"/bucket/xxxxx","path":"/table/xxxxxx","mimetype":"video/mp4","width":100,"height":100,"name":"string","id":"string"},"isPublished":true,"isSystem":true,"baseId":"string","markdownDescription":"string"}'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully update template.