Update a block
Updates an existing block with the provided details.
PUT
/block/
{uuid}
Authorization
api-key
<token>
This is a required API key. It must be included in the header of all requests in the format: api-key: value.
In: header
Request Body
application/json
Required[key: string]
any
prefix
string
Prefix for rendering the block
Pattern:
"^[a-zA-Z_]+$"
metadata
object
Path Parameters
uuid
Requiredstring
UUID of the block to update
Format:
"uuid"
Successful response