9 Copyright (C) The Arvados Authors. All rights reserved.
11 SPDX-License-Identifier: CC-BY-SA-3.0
14 {% include 'notebox_begin_warning' %}
15 This is a legacy API. This endpoint is deprecated, disabled by default in new installations, and is slated to be removed entirely in a future major release of Arvados. The recommended way to store metadata is with "'properties' field on collections and projects.":../properties.html
16 {% include 'notebox_end' %}
18 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/traits@
22 Example UUID: @zzzzz-q1cn2-0123456789abcde@
26 A metadata record that may be used to represent a genotype or phenotype trait.
28 Each Trait has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
30 table(table table-bordered table-condensed).
31 |_. Attribute|_. Type|_. Description|_. Example|
37 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
39 Required arguments are displayed in %{background:#ccffcc}green%.
47 table(table table-bordered table-condensed).
48 |_. Argument |_. Type |_. Description |_. Location |_. Example |
49 |trait|object||query||
53 Delete an existing Trait.
57 table(table table-bordered table-condensed).
58 |_. Argument |_. Type |_. Description |_. Location |_. Example |
59 {background:#ccffcc}.|uuid|string|The UUID of the Trait in question.|path||
63 Gets a Trait's metadata by UUID.
67 table(table table-bordered table-condensed).
68 |_. Argument |_. Type |_. Description |_. Location |_. Example |
69 {background:#ccffcc}.|uuid|string|The UUID of the Trait in question.|path||
75 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
79 Update attributes of an existing Trait.
83 table(table table-bordered table-condensed).
84 |_. Argument |_. Type |_. Description |_. Location |_. Example |
85 {background:#ccffcc}.|uuid|string|The UUID of the Trait in question.|path||
86 |trait|object||query||