---
title: "Update Current Developer"
method: PATCH
path: "/api/v1/auth/me"
tags: ["Internal: Auth"]
---

# Update Current Developer

`PATCH /api/v1/auth/me`

Update current authenticated developer.

## Request body

- DeveloperUpdate
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, email, nullable
  - `password` string, nullable

## Response `200`

Successful Response

- DeveloperRead
  - `id` string, uuid, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, email, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
