---
title: "Correct title/description/entities/region on own submission"
method: PATCH
path: "/api/v1/portal/transcripts-upload/transcripts/{transcript_id}"
tags: ["Portal APIs", "portal-transcripts-upload"]
---

# Correct title/description/entities/region on own submission

`PATCH /api/v1/portal/transcripts-upload/transcripts/{transcript_id}`

## Path parameters

- `transcript_id` string, uuid, required

## Request body

- PortalTranscriptMetadataUpdate — Uploader self-service correction of their own submission's descriptive fields — ownership (``submitted_by`` == caller email) is enforced in the route, not here. ``actor`` is never accepted from the client.
  - `title` string, nullable
  - `description` string, nullable
  - `entities` PortalEntityRef[], nullable
    - `id` string, required
    - `label` string, required
  - `region` string, nullable
  - `expert_id` string, nullable — Optional identifier for the interviewed expert. 5-10 alphanumeric characters, no symbols or spaces.

## Response `200`

Successful Response

- PortalTranscriptDetailResponse — Full detail for the edit view — extends the list item with the editable metadata fields.
  - `transcript_id` string, uuid, required
  - `external_id` string, required
  - `title` string, required
  - `description` string, nullable
  - `entities` PortalEntityRef[]
    - `id` string, required
    - `label` string, required
  - `region` string, nullable
  - `expert_id` string, nullable
  - `status` string, required
  - `submitted_at` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
