Refresh Fileset Revision
Re-resolve a fileset's tracked revision against its source.
A fileset created from a mutable ref is pinned to an immutable id so its
contents cannot shift under a deployment. This re-resolves that same ref and
repoints the fileset at whatever it names now. Everything else about the
storage config, including the repository and directory, is left alone.
A running deployment keeps serving the revision it staged. It moves to this one
when the runner next stages the fileset, and records the revision it staged.
Path parameters
workspace
name
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
400
Bad Request Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
502
Bad Gateway Error