---
title: "POST /alias"
method: POST
path: "/alias"
tags: ["alias"]
---

# POST /alias

`POST /alias`

Adds alias to system

## Request body

- AliasStruct
  - `alias` string, required — alias name
  - `captureID` string, required
  - `guid` string
  - `id` integer
  - `ip` string, required
  - `mask` integer, required
  - `port` integer, required
  - `status` boolean

## Changes

- **2020-01-12** `52987c8da72a` — 1 breaking, 7 info
  - removed the success response with the status `201`
  - api operation id `aliasAddAlias` removed and replaced with `AddAlias`
  - the endpoint scheme security `SecurityDefinitions` was removed from the API
  - the endpoint scheme security `in` was removed from the API
  - …4 more

[Change history](https://skmtc.dev/sipcapture/apis/homer-app/changes/alias/post.md)

---

[API](https://skmtc.dev/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.dev/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sipcapture/homer-app/revisions/1a8a1ee5166b/schema)
