# Edit Block **PATCH /blocks/{block_id}** 编辑块(部分更新),只更新请求中提供的字段。 ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **block_id** (integer) ### 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)