图谱 API 版

Canvas Header

读取

A header inside the canvas.

Example

参数

这个端点不包含任何参数。

字段

字段描述
id
numeric string

The id of the element

background_color
string

The background color of the header

bottom_padding
numeric string

The padding below the element

child_elements
list<CanvasPhoto>

The child elements inside the header. You can only specify images, not text or other media.

element_group_key
string

The element group key to bundle multiple elements in editing

element_type
enum

The type of the element

name
string

The name of the element

top_padding
numeric string

The padding above the element

错误代码

错误描述
200Permissions error

创建

你无法在此端点执行该操作。

更新

你无法在此端点执行该操作。

删除

你可以向 /{canvas_header_id} 发出“删除”请求来删除 a CanvasHeader

参数

这个端点不包含任何参数。

返回类型

Struct {
success: bool,
}

错误代码

错误描述
100Invalid parameter