# Edit an existing album **POST /album/editAlbum** ## Servers - Production server: https://public-api.joinswsh.com (Production server) ## Authentication methods - Api key auth ## Parameters ## Body parameters Content-type: application/json - **albumId** (string) The ID of the album to edit - **name** (string) ## Responses ### 200: Album edited successfully #### Body Parameters: application/json (object) - **data** (object) - **warnings** (array[string]) ### 400: Invalid request. The request was malformed or missing required parameters. #### Body Parameters: application/json (object) - **message** (string) ### 404: Album not found [Powered by Bump.sh](https://bump.sh)