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 Each Human has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
21 table(table table-bordered table-condensed).
22 |_. Attribute|_. Type|_. Description|_. Example|
33 table(table table-bordered table-condensed).
34 |_. Argument |_. Type |_. Description |_. Location |_. Example |
35 |human|object||query||
39 Delete an existing Human.
43 table(table table-bordered table-condensed).
44 |_. Argument |_. Type |_. Description |_. Location |_. Example |
45 {background:#ccffcc}.|uuid|string|The UUID of the Human in question.|path||
49 Gets a Human's metadata by UUID.
53 table(table table-bordered table-condensed).
54 |_. Argument |_. Type |_. Description |_. Location |_. Example |
55 {background:#ccffcc}.|uuid|string|The UUID of the Human in question.|path||
63 table(table table-bordered table-condensed).
64 |_. Argument |_. Type |_. Description |_. Location |_. Example |
65 |limit|integer (default 100)|Maximum number of humans to return.|query||
66 |order|string|Order in which to return matching humans.|query||
67 |filters|array|Conditions for filtering humans.|query||
71 Update attributes of an existing Human.
75 table(table table-bordered table-condensed).
76 |_. Argument |_. Type |_. Description |_. Location |_. Example |
77 {background:#ccffcc}.|uuid|string|The UUID of the Human in question.|path||
78 |human|object||query||