---
title: "POST /sites"
method: POST
path: "/sites"
tags: ["site"]
---

# POST /sites

`POST /sites`

Add a new site

## Request body

- Site
  - `id` integer
  - `title` string, required
  - `url` string, required

## Response `201`

Success

- Site
  - `id` integer
  - `title` string, required
  - `url` string, required

## Other responses

- `default` — Error

## Changes

- **2017-06-16** `f15fb21736fb` — 1 info
  - api tag `site` added
- **2017-06-15** `74b17b1ce1be` — 1 info
  - api tag `site` removed

[Change history](https://skmtc.dev/risingstack/apis/swagger-sample-app/changes/sites/post.md)

---

[API](https://skmtc.dev/risingstack/apis/swagger-sample-app.md) · [All operations](https://skmtc.dev/risingstack/apis/swagger-sample-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/risingstack/swagger-sample-app/revisions/27ecc879e388/schema)
