[arvados] updated: 2.1.0-2944-g368bab079
git repository hosting
git at public.arvados.org
Fri Oct 21 20:31:36 UTC 2022
Summary of changes:
doc/api/properties.html.textile.liquid | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 368bab079ea02d274da28ed0d233d87140a139af (commit)
from bd1e6372a91fe31dd0a5d9b112b1026013f9a887 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 368bab079ea02d274da28ed0d233d87140a139af
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Oct 21 16:31:11 2022 -0400
19466: Fix incorrect cwl_ properties in table
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/doc/api/properties.html.textile.liquid b/doc/api/properties.html.textile.liquid
index 2c675f2e1..827dec1c9 100644
--- a/doc/api/properties.html.textile.liquid
+++ b/doc/api/properties.html.textile.liquid
@@ -23,8 +23,8 @@ table(table table-bordered table-condensed).
|container_request|collection|string|The UUID of the container request that produced an output or log collection.|
|docker-image-repo-tag|collection|string|For collections containing a Docker image, the repo/name:tag identifier|
|container_uuid|collection|string|The UUID of the container that produced a collection (set on collections with type=log)|
-|cwl_inputs|object|container_request|On an intermediate container request, the CWL workflow-level input parameters used to generate the container request|
-|cwl_outputs|object|container_request|On an intermediate container request, the CWL workflow-level output parameters collected from the container request|
+|cwl_input|object|container_request|On an intermediate container request, the CWL workflow-level input parameters used to generate the container request|
+|cwl_output|object|container_request|On an intermediate container request, the CWL workflow-level output parameters collected from the container request|
|template_uuid|string|container_request|For a workflow runner container request, the workflow record that was used to launch it.|
|username|string|link|For a "can_login":permission-model.html#links permission link, the unix username on the VM that the user will have.|
|groups|array of string|link|For a "can_login":permission-model.html#links permission link, the unix groups on the VM that the user will be added to.|
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list