Graph 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

Error Codes

錯誤說明
200Permissions error

建立中

你無法在此端點執行此操作。

更新中

你無法在此端點執行此操作。

正在刪除

You can delete a CanvasHeader by making a DELETE request to /{canvas_header_id}.

參數

這個端點沒有任何參數。

傳回類型

Struct {
success: bool,
}

Error Codes

錯誤說明
100Invalid parameter