Block documents
Update Block Document Data
PATCH
/
api
/
block_documents
/
{id}
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe block document id
Body
application/json
Data used by the Prefect REST API to update a block document.
block_schema_id
string | null
A block schema ID
data
object
The block document's data
merge_existing_data
boolean
default: trueWas this page helpful?