---
title: "Create"
method: POST
path: "/registries"
tags: ["registries"]
---

# Create

`POST /registries`

## Request body

- object
  - `username` string, required
  - `password` string, required
  - `domain` string, required
  - `name` string, required
  - `behindFirewall` string

## Response `200`

ok

## Changes

- **2019-03-12** `d4cea1528f20` — 4 breaking
  - the request property `domain` became required
  - the request property `name` became required
  - the request property `password` became required
  - the request property `username` became required
- **2019-02-14** `c718449cec44` — 4 info
  - the request property `domain` became optional
  - the request property `name` became optional
  - the request property `password` became optional
  - the request property `username` became optional

[Change history](https://skmtc.dev/codefresh-io/apis/codefresh-api/changes/registries/post.md)

---

[API](https://skmtc.dev/codefresh-io/apis/codefresh-api.md) · [All operations](https://skmtc.dev/codefresh-io/apis/codefresh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codefresh-io/codefresh-api/revisions/fa310e908c46/schema)
