---
title: "Changes to Register a snapshot to the public registry"
method: POST
path: "/me/files/{fileName}/{version}/register"
---

# Changes to Register a snapshot to the public registry

`POST /me/files/{fileName}/{version}/register`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 29 revisions.

- **2026-07-17** `4ff151025f7c` — 1 warning
- **2025-01-26** `92dc510f35d6` — 1 warning, 1 info
- **2025-01-25** `113228ab116c` — 1 info
- **2025-01-25** `bff34b543961` — 1 info
- **2025-01-23** `65605c05e7f7` — 1 breaking, 1 warning
- **2025-01-23** `4905576a1c1e` — 1 breaking, 1 warning
- **2025-01-22** `7a2b2f42a2f2` — 1 breaking, 1 warning
- **2025-01-22** `d3210261c539` — 1 info
- **2025-01-21** `ad4cd30302ac` — 1 info
- **2025-01-20** `93e312846ab3` — 2 breaking, 3 info

## Changes

- **2026-07-17** `4ff151025f7c` — 1 warning
  - changed the pattern of the `path` request parameter `fileName` from `/^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i` to `/^[a-z\d](?:[a-z\d]|[-_](?=[a-z\d])){0,38}$/i`
- **2025-01-26** `92dc510f35d6` — 1 warning, 1 info
  - removed the optional property `registered` from the response with the `201` status
  - added the required property `result` to the response with the `201` status
- **2025-01-25** `113228ab116c` — 1 info
  - added optional request body
- **2025-01-25** `bff34b543961` — 1 info
  - added the media type `application/json` for the response with the status `201`
- **2025-01-23** `65605c05e7f7` — 1 breaking, 1 warning
  - added the new path request parameter `fileName`
  - deleted the `path` request parameter `file_name`
- **2025-01-23** `4905576a1c1e` — 1 breaking, 1 warning
  - added the new path request parameter `file_name`
  - deleted the `path` request parameter `fileName`
- **2025-01-22** `7a2b2f42a2f2` — 1 breaking, 1 warning
  - added the new path request parameter `fileName`
  - deleted the `path` request parameter `file_name`
- **2025-01-22** `d3210261c539` — 1 info
  - api operation id `registerMySnapshot` was added
- **2025-01-21** `ad4cd30302ac` — 1 info
  - the endpoint scheme security `BearerAuth` was added to the API
- **2025-01-20** `93e312846ab3` — 2 breaking, 3 info
  - removed the request body
  - removed the media type `application/json` for the response with the status `201`
  - api operation id `registerMySnapshot` removed and replaced with ``
  - the endpoint scheme security `BearerAuth` was removed from the API
  - removed the pattern `/^[a-z\d](?:[a-z\d]|[-_](?=[a-z\d])){0,38}$/i` from the `path` request parameter `fileName`

---

[Operation](https://skmtc.dev/lapisla-prover/apis/lapisla-prover-api/docs/me/files/:fileName/:version/register/post.md) · [API](https://skmtc.dev/lapisla-prover/apis/lapisla-prover-api.md) · [Page](https://skmtc.dev/lapisla-prover/apis/lapisla-prover-api/changes/me/files/:fileName/:version/register/post)
