Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document v2beta package endpoint behavior #478

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions dev-manual/api/api-reference-archivematica.rst
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,11 @@ Examples:

Only a subset of these options might be needed for most use-cases. A fundamental
difference between the package endpoint and others from which a transfer can be
initiated is that a storage service transfer location UUID isnt always required.
In some cases that might still be ideal.
initiated is that a storage service transfer source location's UUID isn't always
required and the default transfer source location is used automatically.

When working with multiple transfer source locations, to start a transfer from a
non-default location, you need to specify the location's UUID.

*Starting a transfer using an absolute path*::

Expand Down
Loading