Block schemas
Create Block Schema
POST
Headers
Body
application/json
Data used by the Prefect REST API to create a block schema.
A block type ID
The block schema's field schema
A list of Block capabilities
Human readable identifier for the block schema
Response
201
application/json
Successful Response
An ORM representation of a block schema.
The block schema's unique checksum
A block type ID
The block schema's field schema
The associated block type
A list of Block capabilities
Human readable identifier for the block schema
Was this page helpful?