# Update Student Profile **PUT /api/v1/student/{studentId}/profile** Update profile information for a specific student ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **studentId** (string) Unique identifier of the student ### Body: application/json (object) - **fullName** (string) Full name - **phone** (string) Phone number ## Responses ### 200 Student profile updated successfully #### Body: application/json (object) - **message** (string) Success message - **success** (boolean) Success status - **student** (object) Updated student data ### 400 Invalid profile data ### 404 Student not found [Powered by Bump.sh](https://bump.sh)