PATCH
/
template
/
{templateId}
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"}'

Authorizations

Authorization
string
header
required

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

Path Parameters

templateId
string
required

Body

application/json
name
string
description
string
categoryId
string
cover
object | null
isPublished
boolean
isSystem
boolean
baseId
string
markdownDescription
string

Response

201

Successfully update template.