v1

latestOpenAPI 3.0.02026-07-2614018.4 KB
Development API - Block Templates

Create a BlockTemplate.

Creates a new BlockTemplate. Requires write auth.

post/client/blockTemplates

Request body

labelstring

The label of the BlockTemplate.

codestring

The encoded source code for the BlockTemplate.

transpiledCodestring

The encoded transpiled code for the BlockTemplate.

manifestOptionsListobject[]

List of manifest options.

updateDescriptionstring

Description for the update.

tagsstring[]

Tags associated with the BlockTemplate.

statusstring

Status of the BlockTemplate.

versionIndexnumber

The index of the version to set (only used if force updating).

Response

BlockTemplate successfully created or updated.