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

post/api/v1/aRole/update-indexing-status

Request body

asset_idstring uuid4 required

The ID of the video asset

indexing_status'PENDING' | 'SUCCESS' | 'FAILED' required

Response

Successful Response

{"stackTrail":"paths:/api/v1/aRole/update-indexing-status:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.