---
title: "POST /api/engine/registries"
method: POST
path: "/api/engine/registries"
tags: ["netbox registries"]
---

# POST /api/engine/registries

`POST /api/engine/registries`

## Request body

- PostApiEngineRegistry
  - `data` object
    - `id` number
    - `name` string
    - `username` string
    - `password` string
    - `email` string
    - `server` string

## Response `202`

202 response

## Changes

- **2024-02-18** `5795b14039af` — 1 info
  - endpoint added
- **2024-02-15** `391707b34e1c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/saashup/apis/netbox-docker-agent/changes/api/engine/registries/post.md)

---

[API](https://skmtc.dev/saashup/apis/netbox-docker-agent.md) · [All operations](https://skmtc.dev/saashup/apis/netbox-docker-agent/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/saashup/netbox-docker-agent/revisions/a704a83fd7f8/schema)
