API-14 — Update Profile with Valid Data
Profile
Backend API
API-14 — Update Profile with Valid Data
API-14 — Update Profile with Valid Data
Target
Backend API — Profile
Preconditions
- A valid authentication token exists
Steps
- Send PUT or POST https://project6.dxtserver.com/drivelink_new/public/api/v1/profile with updated fields (e.g. name) and the auth token
- Observe the response
Expected Result
- HTTP 200 is returned
- The profile is updated
- A subsequent GET /profile returns the updated values