v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
felix

Update Evaluation Project

Assign or unassign an evaluation to/from a project.

Args: evaluation_id: The evaluation ID. request: Contains the project_id to assign (or empty string to unassign). auth: Authenticated user context.

Returns: UpdateResourceProjectResponse indicating success.

Raises: HTTPException: If the evaluation is not found or the update fails.

patch/felix/evaluations/{evaluation_id}/project

Path parameters

evaluation_idstring required

Request body

project_idstring required

Project ID to assign, or empty string to unassign

Response

Successful Response

successboolean required
messagestring required