From 368bab079ea02d274da28ed0d233d87140a139af Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 21 Oct 2022 16:31:11 -0400 Subject: [PATCH] 19466: Fix incorrect cwl_ properties in table Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- doc/api/properties.html.textile.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/properties.html.textile.liquid b/doc/api/properties.html.textile.liquid index 2c675f2e15..827dec1c96 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.| -- 2.30.2