# Update User Profile **PUT /profile** ## Servers - Local development server: http://localhost:5000/api (Local development server) - Production server: https://artculthub-1287c0654e00.herokuapp.com/api (Production server) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **username** (string) - **email** (string) - **isAmin** (boolean) ## Responses ### 200 Profile updated successfully [Powered by Bump.sh](https://bump.sh)