Block types
Create Block Type
Create a new block type
POST
Headers
Body
application/json
Data used by the Prefect REST API to create a block type.
A block type's name
A block type's slug
A code snippet demonstrating use of the corresponding block
A short blurb about the corresponding block's intended use
Web URL for the block type's documentation
Web URL for the block type's logo
Response
201 - application/json
An ORM representation of a block type
A block type's name
A block type's slug
A code snippet demonstrating use of the corresponding block
A short blurb about the corresponding block's intended use
Web URL for the block type's documentation
Protected block types cannot be modified via API.
Web URL for the block type's logo
Was this page helpful?