Update Fileset Metadata
Update Fileset Metadata.
Path parameters
workspace
name
Request
This endpoint expects an object.
description
The description of the fileset.
project
The name of the project associated with this fileset.
purpose
The purpose of the fileset.
metadata
Purpose-specific metadata. Use the purpose as the key (e.g., {dataset: {…}}).
custom_fields
Custom fields for the fileset.
Response
Successful Response
id
name
workspace
description
purpose
storage
metadata
Tagged metadata container - the key indicates the type.
Example: metadata = FilesetMetadata( dataset=DatasetMetadataContent( schema={“columns”: [“id”, “name”]}, ) )
custom_fields
project
created_at
updated_at
Errors
422
Unprocessable Entity Error