13647: Merge branch 'master' into 13647-keepstore-config
[arvados.git] / doc / api / methods / jobs.html.textile.liquid
index cd14f0fbc75ec7bbf42910c42bf73c729dc331ef..8b06c989a6604cd65b2c13f2b86a69abfa316457 100644 (file)
@@ -5,6 +5,13 @@ navmenu: API Methods
 title: "jobs"
 
 ...
+{% comment %}
+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.*
 
 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/jobs@
 
@@ -14,8 +21,6 @@ Example UUID: @zzzzz-8i9sb-0123456789abcde@
 
 h2. Resource
 
-Deprecated.
-
 A job describes a work order to be executed by the Arvados cluster.
 
 Each job has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
@@ -71,7 +76,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%.
 
@@ -102,7 +107,7 @@ table(table table-bordered table-condensed).
 
 When a job is submitted to the queue using the **create** method, the @script_version@ attribute is updated to a full 40-character Git commit hash based on the current content of the specified repository. If @script_version@ cannot be resolved, the job submission is rejected.
 
-fn1. See the "note about specifying Git commits on the Job resource page":{{site.baseurl}}/api/schema/Job.html#script_version for more detail.
+fn1. See the "note about specifying Git commits":#script_version for more detail.
 
 h4. Specialized filters