9 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/traits@
13 Example UUID: @zzzzz-q1cn2-0123456789abcde@
17 A metadata record that may be used to represent a genotype or phenotype trait.
19 Each Trait has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
21 table(table table-bordered table-condensed).
22 |_. Attribute|_. Type|_. Description|_. Example|
28 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
30 Required arguments are displayed in %{background:#ccffcc}green%.
38 table(table table-bordered table-condensed).
39 |_. Argument |_. Type |_. Description |_. Location |_. Example |
40 |trait|object||query||
44 Delete an existing Trait.
48 table(table table-bordered table-condensed).
49 |_. Argument |_. Type |_. Description |_. Location |_. Example |
50 {background:#ccffcc}.|uuid|string|The UUID of the Trait in question.|path||
54 Gets a Trait's metadata by UUID.
58 table(table table-bordered table-condensed).
59 |_. Argument |_. Type |_. Description |_. Location |_. Example |
60 {background:#ccffcc}.|uuid|string|The UUID of the Trait in question.|path||
66 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
70 Update attributes of an existing Trait.
74 table(table table-bordered table-condensed).
75 |_. Argument |_. Type |_. Description |_. Location |_. Example |
76 {background:#ccffcc}.|uuid|string|The UUID of the Trait in question.|path||
77 |trait|object||query||