PATCH
/
api
/
block_documents
/
{id}

Headers

x-prefect-api-version
string

Path Parameters

id
string
required

The 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: true