[X] I agree to follow this project's Contributing Guidelines.
Description
API Endpoint: /api/user/details/update
Description:
This endpoint allows clients to update user details, including name, email, organization, contact number, address, office address, and social media profiles.
Problem
There is No API Endpoint to Handle This Request
Proposed Solution
1. Update User Details
Description: Update user details.
URL:PUT /api/user/details
Request Body:
{
"name": "John Doe",
"email": "john@example.com",
"organization": "Example Company",
"contactNumber": "+1234567890",
"address": "123 Main St, City, Country",
"officeAddress": "456 Business Ave, City, Country",
"social": {
"linkedin": "https://www.linkedin.com/in/johndoe",
"github": "https://github.com/johndoe",
"twitter": "https://twitter.com/johndoe",
"instagram": "https://www.instagram.com/johndoe"
}
}
Guidelines
Description
API Endpoint:
/api/user/details/update
Description: This endpoint allows clients to update user details, including name, email, organization, contact number, address, office address, and social media profiles.
Problem
There is No API Endpoint to Handle This Request
Proposed Solution
1. Update User Details
PUT /api/user/details
2. Request Body Schema:
3. Authentication and Authorization:
4. Validation:
Alternatives Considered
I Think There is no Alrenatives