9 See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html
11 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/humans@
15 Required arguments are displayed in %{background:#ccffcc}green%.
19 A metadata record that may be used to represent a human subject.
21 Each Human has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
23 table(table table-bordered table-condensed).
24 |_. Attribute|_. Type|_. Description|_. Example|
35 table(table table-bordered table-condensed).
36 |_. Argument |_. Type |_. Description |_. Location |_. Example |
37 |human|object||query||
41 Delete an existing Human.
45 table(table table-bordered table-condensed).
46 |_. Argument |_. Type |_. Description |_. Location |_. Example |
47 {background:#ccffcc}.|uuid|string|The UUID of the Human in question.|path||
51 Gets a Human's metadata by UUID.
55 table(table table-bordered table-condensed).
56 |_. Argument |_. Type |_. Description |_. Location |_. Example |
57 {background:#ccffcc}.|uuid|string|The UUID of the Human in question.|path||
65 table(table table-bordered table-condensed).
66 |_. Argument |_. Type |_. Description |_. Location |_. Example |
67 |limit|integer (default 100)|Maximum number of humans to return.|query||
68 |order|string|Order in which to return matching humans.|query||
69 |filters|array|Conditions for filtering humans.|query||
73 Update attributes of an existing Human.
77 table(table table-bordered table-condensed).
78 |_. Argument |_. Type |_. Description |_. Location |_. Example |
79 {background:#ccffcc}.|uuid|string|The UUID of the Human in question.|path||
80 |human|object||query||