Update mutable asset metadata (name, connector assignment, metadata JSON, file path info, etc.) without re-uploading the file itself.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Space identifier for the asset you are trying to read, update, or delete.
2 - 6The asset UUID that uniquely identifies the record within the database.
Payload for updating existing assets. Only include the fields that need to change—leave everything else out.
Identifier of the connector (e.g., SharePoint, Google Drive) the asset belongs to.
JSON metadata string that will be stored alongside the asset (e.g., author, custom tags).
Hierarchical path (array of folder names) describing where the asset lives in the connector.
MIME type of the remote asset (e.g., "application/pdf", "text/plain").
Optional display name for the asset. Defaults to the filename if omitted.
Asset metadata updated successfully.