From e7670eba00314a21827ae97e07913665646c8cbe Mon Sep 17 00:00:00 2001 From: "Douglas Cerna (Soy Douglas)" Date: Wed, 25 Sep 2024 14:51:19 +0000 Subject: [PATCH] Document v2beta package endpoint behavior It states what the endpoint does when the transfer source location's UUID is not explicitly passed and how to use it when multiple locations are available. --- dev-manual/api/api-reference-archivematica.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-manual/api/api-reference-archivematica.rst b/dev-manual/api/api-reference-archivematica.rst index 01406fdd..624254ea 100644 --- a/dev-manual/api/api-reference-archivematica.rst +++ b/dev-manual/api/api-reference-archivematica.rst @@ -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*::