Skip to content

Require completed transfer fields#9

Open
chrishoage wants to merge 1 commit into
rclone:mainfrom
chrishoage:fix/core-transferred
Open

Require completed transfer fields#9
chrishoage wants to merge 1 commit into
rclone:mainfrom
chrishoage:fix/core-transferred

Conversation

@chrishoage

Copy link
Copy Markdown

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

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.

1 participant