---
title: "Changes to Create a new user catalog"
method: POST
path: "/api/v1/catalog/catalogs/"
---

# Changes to Create a new user catalog

`POST /api/v1/catalog/catalogs/`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 53 revisions.

- **2026-07-23** `05d6283fc201` — 1 warning
- **2026-03-18** `b99206a49d27` — 1 warning
- **2025-07-23** `29c059f1823a` — 1 info
- **2025-03-19** `dcd958492a63` — 2 info
- **2024-10-08** `3794b64a27fa` — 1 info
- **2024-10-03** `00ece6bb6c91` — 2 info
- **2024-09-12** `49bbb9914d80` — 1 info
- **2024-04-11** `7ba31661b446` — 1 breaking

## Changes

- **2026-07-23** `05d6283fc201` — 1 warning
  - changed the pattern of the `query` request parameter `name` from `[a-zA-Z0-9\-_]{3,64}` to `^[a-zA-Z0-9\-_]{3,63}$`
- **2026-03-18** `b99206a49d27` — 1 warning
  - removed the optional property `owner_handle` from the response with the `201` status
- **2025-07-23** `29c059f1823a` — 1 info
  - the endpoint scheme security `HTTPBasic` was added to the API
- **2025-03-19** `dcd958492a63` — 2 info
  - api tag `catalogs` added
  - api tag `user_catalogs` removed
- **2024-10-08** `3794b64a27fa` — 1 info
  - added the optional property `owner_handle` to the response with the `201` status
- **2024-10-03** `00ece6bb6c91` — 2 info
  - the endpoint scheme security `HTTPBearer` was added to the API
  - the endpoint scheme security `HTTPBasic` was removed from the API
- **2024-09-12** `49bbb9914d80` — 1 info
  - endpoint added
- **2024-04-11** `7ba31661b446` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/flox/apis/floxhub-catalog-server/docs/api/v1/catalog/catalogs/post.md) · [API](https://skmtc.dev/flox/apis/floxhub-catalog-server.md) · [Page](https://skmtc.dev/flox/apis/floxhub-catalog-server/changes/api/v1/catalog/catalogs/post)
