Skip to main content
PATCH
Update Block Document Data

Headers

x-prefect-api-version
string

Path Parameters

id
string<uuid>
required

The block document id

Body

application/json

Data used by the Prefect REST API to update a block document.

block_schema_id
string<uuid> | null

A block schema ID

data
Data · object

The block document's data

merge_existing_data
boolean
default:true

Response

Successful Response