# Create Block **POST /blocks** 创建块 ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Query parameters - **organize** (boolean) ### Body: application/json (object) - **id** (integer | null) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) - **storage** (integer | null) - **resolver** (string) - **content** (string) ## Responses ### 200 Successful Response #### Body: application/json (object) - **id** (integer | null) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) - **storage** (integer | null) - **resolver** (string) - **content** (string) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)