---
title: "Update profile"
method: PUT
path: "/api/v1/profile"
tags: ["Profile"]
---

# Update profile

`PUT /api/v1/profile`

## Request body

- UpdateRequest
  - `id` string, uuid, required
  - `firstName` string, required
  - `lastName` string, required

## Response `200`

Profile updated successfully.

- ProfileResponse
  - `id` string, uuid, required
  - `firstName` string, required
  - `lastName` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — The request is invalid. Check the input for missing or incorrect fields.
- `500` — An unexpected error occurred on the server.

---

[API](https://skmtc.dev/softika/apis/gopherizer-api.md) · [All operations](https://skmtc.dev/softika/apis/gopherizer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/softika/gopherizer-api/revisions/3c620256879f/schema)
