Create a new block
Creates a new block with the provided details.
POST
/block
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
Requiredprefix
string
Prefix for rendering the block
Pattern:
"^[a-zA-Z_]+$"
metadata
Requiredobject
Successful response