Skip to content

Require completed transfer fields - #9

Merged
FTCHD merged 1 commit into
rclone:mainfrom
chrishoage:fix/core-transferred
Aug 19, 2026
Merged

Require completed transfer fields#9
FTCHD merged 1 commit into
rclone:mainfrom
chrishoage:fix/core-transferred

Conversation

@chrishoage

Copy link
Copy Markdown
Contributor

Summary

Correct the /core/transferred response schema to reflect the fields rclone provides for completed transfers.

This endpoint returns completed transfers only. Each completed transfer snapshot includes its identity, progress, timestamps, operation type, group, and error value, but the current schema marks most of these fields as optional.

Changes

  • Require group, name, size, bytes, checked, and what
  • Require started_at, completed_at, and error
  • Keep srcFs and dstFs optional
  • Regenerate openapi.json and types.d.ts

@FTCHD
FTCHD merged commit fe0206a into rclone:main Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants