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/repositories@
13 Required arguments are displayed in %{background:#ccffcc}green%.
18 Create a new Repository.
22 table(table table-bordered table-condensed).
23 |_. Argument |_. Type |_. Description |_. Location |_. Example |
24 |repository|object||query||
28 Delete an existing Repository.
32 table(table table-bordered table-condensed).
33 |_. Argument |_. Type |_. Description |_. Location |_. Example |
34 {background:#ccffcc}.|uuid|string|The UUID of the Repository in question.|path||
38 Gets a Repository's metadata by UUID.
42 table(table table-bordered table-condensed).
43 |_. Argument |_. Type |_. Description |_. Location |_. Example |
44 {background:#ccffcc}.|uuid|string|The UUID of the Repository in question.|path||
46 h2. get_all_permissions
48 get_all_permissions repositories
52 table(table table-bordered table-condensed).
53 |_. Argument |_. Type |_. Description |_. Location |_. Example |
61 table(table table-bordered table-condensed).
62 |_. Argument |_. Type |_. Description |_. Location |_. Example |
63 |limit|integer (default 100)|Maximum number of repositories to return.|query||
64 |order|string|Order in which to return matching repositories.|query||
65 |filters|array|Conditions for filtering repositories.|query||
69 Update attributes of an existing Repository.
73 table(table table-bordered table-condensed).
74 |_. Argument |_. Type |_. Description |_. Location |_. Example |
75 {background:#ccffcc}.|uuid|string|The UUID of the Repository in question.|path||
76 |repository|object||query||