# Update a Presentation **PUT /presentations/{id}** Updates a presentation by replacing the existing resource with the provided data. ## Servers - Local development server: http://localhost:8080/api (Local development server) - Production server: https://api.huy-devops.site/api (Production server) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (string) ### Body: application/json (object) - **title** (string) - **slides** (array[object]) ## Responses ### 204 No Content ### 404 Not Found #### Body: application/json (object) - **success** (boolean) - **code** (integer) - **errorCode** (string) - **message** (string) - **timestamp** (string(date-time)) [Powered by Bump.sh](https://bump.sh)