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

# Create

`POST /annotations`

## Request body

- object
  - `entityId` string
  - `entityType` string
  - `entityName` string
  - `key` string
  - `value` string

## Response `200`

Annotation object

- object
  - `__v` number
  - `_id` string
  - `accountId` string
  - `entityId` string
  - `entityType` string
  - `entityName` string
  - `key` string
  - `value` string

## Other responses

- `500` — Error

---

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