---
title: "Changes to Update share link by id"
method: PUT
path: "/shares/{id}"
---

# Changes to Update share link by id

`PUT /shares/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 50 revisions.

- **2024-10-03** `682d4cb5d0dc` — 2 warning
- **2024-10-02** `c9062e3a3c54` — 2 warning
- **2024-10-02** `936529d30a41` — 2 warning
- **2024-09-04** `5b0faf0cb344` — 4 info
- **2024-06-04** `578e8efc5755` — 1 breaking

## Changes

- **2024-10-03** `682d4cb5d0dc` — 2 warning
  - changed the pattern of the `path` request parameter `id` from `^[a-z]{3}-[a-z]{3}-[a-z]{3}$` to `^[a-z]{4}-[a-z]{4}-[a-z]{4}$`
  - changed the pattern of the request property `id` from `^[a-z]{3}-[a-z]{3}-[a-z]{3}$` to `^[a-z]{4}-[a-z]{4}-[a-z]{4}$`
- **2024-10-02** `c9062e3a3c54` — 2 warning
  - changed the pattern of the `path` request parameter `id` from `^[a-z]{4}-[a-z]{4}-[a-z]{4}$` to `^[a-z]{3}-[a-z]{3}-[a-z]{3}$`
  - changed the pattern of the request property `id` from `^[a-z]{4}-[a-z]{4}-[a-z]{4}$` to `^[a-z]{3}-[a-z]{3}-[a-z]{3}$`
- **2024-10-02** `936529d30a41` — 2 warning
  - changed the pattern of the `path` request parameter `id` from `^[a-z]{3}-[a-z]{3}-[a-z]{3}$` to `^[a-z]{4}-[a-z]{4}-[a-z]{4}$`
  - changed the pattern of the request property `id` from `^[a-z]{3}-[a-z]{3}-[a-z]{3}$` to `^[a-z]{4}-[a-z]{4}-[a-z]{4}$`
- **2024-09-04** `5b0faf0cb344` — 4 info
  - the request property `expiration_dt` became nullable
  - the request property `user_id` became nullable
  - removed the pattern `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$` from the request property `user_id`
  - the `user_id` request property format was generalized from `uuid` to no format
- **2024-06-04** `578e8efc5755` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/docs/shares/:id/put.md) · [API](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api.md) · [Page](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/changes/shares/:id/put)
