---
title: "Update Indexing Status"
method: POST
path: "/api/v1/aRole/update-indexing-status"
tags: ["aRole"]
---

# Update Indexing Status

`POST /api/v1/aRole/update-indexing-status`

Update the indexing status of a video asset.

Args:
    req: Request body containing asset_id and new indexing_status
    db: Database session
    user: The authenticated user

Returns:
    JSON response confirming the update

## Request body

- ARoleUpdateStatusRequestDTO
  - `asset_id` string, uuid4, required — The ID of the video asset
  - `indexing_status` 'PENDING' | 'SUCCESS' | 'FAILED', required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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