# Update post **PUT /posts/{id}** ## Servers - Generated server url: http://localhost:8080 (Generated server url) ## Parameters ### Path parameters - **id** (integer(int64)) ### Body: application/json (object) - **title** (string) - **content** (string) - **postType** (string) - **privacy** (string) - **metadata** (string) ## Responses ### 200 OK #### Body: */* (object) - **id** (integer(int64)) - **title** (string) - **content** (string) - **postType** (string) - **metadata** (string) - **privacy** (string) - **createdAt** (string(date-time)) - **createdBy** (object) [Powered by Bump.sh](https://bump.sh)