---
title: "Create Standalone Issue"
method: POST
path: "/issues/for-vendor/{vendor_id}"
tags: ["issues"]
---

# Create Standalone Issue

`POST /issues/for-vendor/{vendor_id}`

Create a standalone issue for a vendor (not linked to a review).

## Path parameters

- `vendor_id` string, uuid, required

## Request body

- CreateReviewIssueRequest — Request body for creating a standalone issue for a review.
  - `title` string, required
  - `severity` 'low' | 'medium' | 'high'
  - `description` string, nullable
  - `assignee` string, uuid, nullable
  - `due_date` string, date, nullable

## Response `201`

Successful Response

- CreateIssueResponse — Response for creating an issue.
  - `issue_id` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
