Block types
Update Block Type
Update a block type.
PATCH
/
api
/
block_types
/
{id}
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe block type ID
Body
application/json
Data used by the Prefect REST API to update a block type.
logo_url
string | null
documentation_url
string | null
description
string | null
code_example
string | null
Was this page helpful?