X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d4ed3e6460469f2766e1f1676c538d6c86e000b6..6d1c41d6fd83824669cd1a6d714ea6da1ae7ab4c:/doc/api/methods/pipeline_templates.html.textile.liquid diff --git a/doc/api/methods/pipeline_templates.html.textile.liquid b/doc/api/methods/pipeline_templates.html.textile.liquid index 40297aa051..ddbe8ad389 100644 --- a/doc/api/methods/pipeline_templates.html.textile.liquid +++ b/doc/api/methods/pipeline_templates.html.textile.liquid @@ -11,7 +11,9 @@ Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} -p=. *Legacy. This endpoint is read-only and disabled by default in new installations.* +{% include 'notebox_begin_warning' %} +This is a legacy API. This endpoint is deprecated, disabled by default in new installations, and slated to be removed entirely in a future major release of Arvados. It is replaced by "registered workflows.":workflows.html +{% include 'notebox_end' %} API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/pipeline_templates@ @@ -77,7 +79,7 @@ This is a pipeline named "Filter MD5 hash values" with two components, "do_hash" "do_hash": { "script": "hash.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { "input": { "required": true, @@ -90,7 +92,7 @@ This is a pipeline named "Filter MD5 hash values" with two components, "do_hash" "filter": { "script": "0-filter.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { "input": { "output_of": "do_hash" @@ -110,13 +112,13 @@ This pipeline consists of three components. The components "thing1" and "thing2 "cat_in_the_hat": { "script": "cat.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { } }, "thing1": { "script": "thing1.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { "input": { "output_of": "cat_in_the_hat" @@ -126,7 +128,7 @@ This pipeline consists of three components. The components "thing1" and "thing2 "thing2": { "script": "thing2.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { "input": { "output_of": "cat_in_the_hat" @@ -146,19 +148,19 @@ This pipeline consists of three components. The component "cleanup" depends on "thing1": { "script": "thing1.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { } }, "thing2": { "script": "thing2.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { } }, "cleanup": { "script": "cleanup.py", "repository": "you/you", - "script_version": "master", + "script_version": "main", "script_parameters": { "mess1": { "output_of": "thing1"