X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c5293d314b5ac46ef712ffbee0c2fa64e8baba52..ede2a566e1171e2f4516bec094c5782edb7a0365:/doc/api/schema/Job.textile diff --git a/doc/api/schema/Job.textile b/doc/api/schema/Job.textile index 8c1e61b825..17e7358640 100644 --- a/doc/api/schema/Job.textile +++ b/doc/api/schema/Job.textile @@ -22,7 +22,7 @@ API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/jobs@ h3. Additional parameters for "Create" method table(table table-bordered table-condensed). -|*Parameter name*|*Type*|*Description*| +|_. Parameter name|_. Type|_. Description| |allow_duplicate|boolean|If true, a new job is submitted even if an identical job has already been submitted (and has not failed). If false or not supplied, a new job will _not_ be submitted and the existing job will be returned in the API response.| h3. Queue @@ -44,7 +44,7 @@ h2. Resource Each job has, in addition to the usual "attributes of Arvados resources":/api/resources.html: table(table table-bordered table-condensed). -|*Attribute*|*Type*|*Description*|*Notes*| +|_. Attribute|_. Type|_. Description|_. Notes| |submit_id|string|Unique ID provided by client when job was submitted|Optional. Can be used by client to ensure idempotence| |priority|string||| |runtime_constraints{}|list|Constraints that must be satisfied by the job/task scheduler in order to run the job.|See below.| @@ -66,7 +66,7 @@ table(table table-bordered table-condensed). h3. Runtime constraints table(table table-bordered table-condensed). -|*Key*|*Type*|*Description*|*Implemented*| +|_. Key|_. Type|_. Description|_. Implemented| |dependencies{}|list|[ { "name": "freebayes",