# Update Student Details **PATCH /students/{userId}/details** Update the students's gender and date of birth ## Servers - Production: https://connect.century.tech/api/v1 (Production) ## Authentication methods - Api key ## Parameters ### Path parameters - **userId** (string(uuid)) User UUID. ### Body: application/json (object) - **gender** (string) The gender of the user. - **dateOfBirth** (string(date)) The date of birth of the user. ## Responses ### 200 Student details updated succssfully. #### Body: application/json (object) - **user** (object) ### 400 Invalid request. ### 401 Invalid authentication credentials ### 403 Not authorised to access this resource ### 404 User not found. [Powered by Bump.sh](https://bump.sh)