Update a contact
PUT/contact/:contact_id
Update an existing contact's details (e.g., name, email, phone).
Use Cases:
- Correcting outdated contact information.
- Enhancing a contact record with additional data over time.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error