# Update a post **PATCH /posts/{id}** Update the post with id partially. ## Servers ## Parameters ### Path parameters - **id** (string) The postId requested by user. ### Body: (object) - **id** (string) The post id. - **userId** (string) The post userId. - **title** (string) The title of the post - **body** (string) The body content of the post ## Responses ### 200 Updated the post partially. [Powered by Bump.sh](https://bump.sh)