Rename Extraction
user-extractions
Rename Extraction
Rename an extraction (update its title in metadata).
Args: extraction_id: The ID of the extraction to rename rename_request: Request body containing the new title current_user: Authenticated user information settings: Application settings
Returns: Success response with updated extraction info
Raises: HTTPException: If extraction not found or access denied
PATCH
Rename Extraction
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Request model for renaming an extraction.
New title for the extraction
Required string length:
1 - 200Response
Successful Response