---
title: "Changes to Update a profile"
method: PUT
path: "/v1/profile"
---

# Changes to Update a profile

`PUT /v1/profile`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 50 revisions.

- **2026-05-25** `33be77905120` — 15 breaking, 1 warning, 1 info
- **2026-04-20** `2e48fd9894e1` — 1 breaking, 1 warning, 1 info
- **2026-02-12** `fabaadf195a9` — 1 info

## Changes

- **2026-05-25** `33be77905120` — 15 breaking, 1 warning, 1 info
  - the response property `allOf[subschema #1: ProfileResponse]/additional_info` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/company_info` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/company_info/address` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/company_info/attn_contact_name` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/company_info/country/country_id` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/company_info/country/country_name` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/company_info/industry` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/company_info/name` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/company_info/vat_number` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/contact_email` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/default_short_link_endpoint` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/first_name` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/job_title` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/last_name` became nullable for the status `200`
  - the response property `allOf[subschema #1: ProfileResponse]/phone` became nullable for the status `200`
  - added the new `undefined` enum value to the `allOf[subschema #1: ProfileResponse]/company_info/industry` response property for the response status `200`
  - the endpoint scheme security `bearerAuth` was added to the API
- **2026-04-20** `2e48fd9894e1` — 1 breaking, 1 warning, 1 info
  - added `#/components/schemas/ProfileUpdateRequest` to the request body `allOf` list
  - removed `#/components/schemas/ProfileRequest, subschema #2` from the request body `allOf` list
  - api operation id `Updatecustomerinfo` removed and replaced with `profile_update`
- **2026-02-12** `fabaadf195a9` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/wavix/apis/wavix-apis/docs/v1/profile/put.md) · [API](https://skmtc.dev/wavix/apis/wavix-apis.md) · [Page](https://skmtc.dev/wavix/apis/wavix-apis/changes/v1/profile/put)
