# Update an existing employee **PUT /employees/{id}** Updates the details of an employee based on the provided ID ## Servers - Development server: http://localhost:8080 (Development server) ## Parameters ### Path parameters - **id** (integer(int64)) ### Body: application/json (object) - **name** (string) Employee name - **role** (string) Employee role ## Responses ### 200 OK #### Body: application/json (object) - **id** (integer(int64)) Unique identifier which should not be shared publicly - **name** (string) Employee name - **role** (string) Employee role ### 404 Not Found #### Body: application/json (string) string [Powered by Bump.sh](https://bump.sh)