v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-08170291390.5 KB
Block schemas

Create Block Schema

post/api/block_schemas/

Headers

x-prefect-api-versionstring

Request body

fieldsobject

The block schema's field schema

block_type_idstring uuid required

A block type ID

capabilitiesstring[]

A list of Block capabilities

versionstring

Human readable identifier for the block schema

Response

Successful Response

idstring uuid
createdstring date-time
updatedstring date-time
checksumstring required

The block schema's unique checksum

fieldsobject

The block schema's field schema

block_type_idstring uuid required

A block type ID

capabilitiesstring[]

A list of Block capabilities

versionstring

Human readable identifier for the block schema