Skip to main content
PATCH
/
api
/
block_documents
/
{id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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