v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
felix
datasets

Update Dataset

Patch a dataset by ID. Currently exposes only project_id.

Delegates to :func:services.projects.movement.assign_resource_to_project which owns the visibility check, target-project gating, and the service-role UPDATE. Send project_id: null to unassign the dataset from its project.

patch/felix/datasets/{dataset_id}

Path parameters

dataset_idstring required

Request body

project_idstring nullable

Project ID (UUID) to assign the dataset to, or null to unassign.

Response

Successful Response

successboolean required
messagestring required