API-14 — Update Profile with Valid Data

Profile
Backend API
API-14 — Update Profile with Valid Data
Published

2026-06-17

API-14 — Update Profile with Valid Data

Target

Backend API — Profile

Preconditions

  • A valid authentication token exists

Steps

  1. Send PUT or POST https://project6.dxtserver.com/drivelink_new/public/api/v1/profile with updated fields (e.g. name) and the auth token
  2. Observe the response

Expected Result

  • HTTP 200 is returned
  • The profile is updated
  • A subsequent GET /profile returns the updated values