11789: Merge branch 'master' into 11789-arvput-exclude-flag
[arvados.git] / doc / api / methods / pipeline_instances.html.textile.liquid
index 647fafed58850f666b8034bb6cfe69c48d8b57e3..09fd4fe48189d3ceea5ccd37fdabe631724aecb3 100644 (file)
@@ -5,6 +5,11 @@ navmenu: API Methods
 title: "pipeline_instances"
 
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/pipeline_instances@
 
@@ -20,7 +25,7 @@ Each PipelineInstance has, in addition to the "Common resource fields":{{site.ba
 
 table(table table-bordered table-condensed).
 |_. Attribute|_. Type|_. Description|_. Example|
-|pipeline_template_uuid|string|The "pipeline template":pipeline_template.html that this instance was created from.||
+|pipeline_template_uuid|string|The "pipeline template":pipeline_templates.html that this instance was created from.||
 |name|string|||
 |components|hash|||
 |success|boolean|||
@@ -29,7 +34,7 @@ table(table table-bordered table-condensed).
 
 h2. Methods
 
-See "Common resource methods":{{site.baseurl}}/api/methods.html more information about @create@, @delete@, @get@, @list@, and @update@.
+See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
 
 Required arguments are displayed in %{background:#ccffcc}green%.