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

# Create a description

`POST /description`

## Request body

- Description
  - `id` string, sessionId, required
  - `text` string, name, required
  - `userAgent` string
  - `createdOn` string, datetime
  - `createdBy` string — User ID responsible for creating the content
  - `modifiedOn` string, datetime
  - `modifiedBy` string

## Response `201`

Expected response to a valid request

- Description
  - `id` string, sessionId, required
  - `text` string, name, required
  - `userAgent` string
  - `createdOn` string, datetime
  - `createdBy` string — User ID responsible for creating the content
  - `modifiedOn` string, datetime
  - `modifiedBy` string

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.dev/watchdogpolska/apis/small-eod.md) · [All operations](https://skmtc.dev/watchdogpolska/apis/small-eod/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchdogpolska/small-eod/revisions/3cfedab7cf0b/schema)
