create_block_schema
POST {{pgbc_server}}/cgi-bin/pgbc_api/create_block_schema?username={{block_user}}&password={{block_user_password}}&ddl=CREATE BLOCK .{{rand_table_name}}{{ddlCreateBlock}}&
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
username | string | ||
password | string | ||
ddl | string | Creates a new block | |
`` | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | Get the api token using getApiKey |