9 Copyright (C) The Arvados Authors. All rights reserved.
11 SPDX-License-Identifier: CC-BY-SA-3.0
14 p=. *Deprecated, likely to be removed in a future version. The recommended way to store metadata is "collection properties":collections.html*
16 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/traits@
20 Example UUID: @zzzzz-q1cn2-0123456789abcde@
24 A metadata record that may be used to represent a genotype or phenotype trait.
26 Each Trait has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
28 table(table table-bordered table-condensed).
29 |_. Attribute|_. Type|_. Description|_. Example|
35 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
37 Required arguments are displayed in %{background:#ccffcc}green%.
45 table(table table-bordered table-condensed).
46 |_. Argument |_. Type |_. Description |_. Location |_. Example |
47 |trait|object||query||
51 Delete an existing Trait.
55 table(table table-bordered table-condensed).
56 |_. Argument |_. Type |_. Description |_. Location |_. Example |
57 {background:#ccffcc}.|uuid|string|The UUID of the Trait in question.|path||
61 Gets a Trait's metadata by UUID.
65 table(table table-bordered table-condensed).
66 |_. Argument |_. Type |_. Description |_. Location |_. Example |
67 {background:#ccffcc}.|uuid|string|The UUID of the Trait in question.|path||
73 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
77 Update attributes of an existing Trait.
81 table(table table-bordered table-condensed).
82 |_. Argument |_. Type |_. Description |_. Location |_. Example |
83 {background:#ccffcc}.|uuid|string|The UUID of the Trait in question.|path||
84 |trait|object||query||