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/api_clients@
15 Required arguments are displayed in %{background:#ccffcc}green%.
19 The "api_clients" resource determines if web applications that have gone through the browser login flow may create or list API tokens.
21 Each ApiClient 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|
27 |is_trusted|boolean|Trusted by users to handle their API tokens (ApiClientAuthorizations).||
33 Create a new ApiClient.
37 table(table table-bordered table-condensed).
38 |_. Argument |_. Type |_. Description |_. Location |_. Example |
39 |api_client|object||query||
43 Delete an existing ApiClient.
47 table(table table-bordered table-condensed).
48 |_. Argument |_. Type |_. Description |_. Location |_. Example |
49 {background:#ccffcc}.|uuid|string|The UUID of the ApiClient in question.|path||
53 Gets a ApiClient's metadata by UUID.
57 table(table table-bordered table-condensed).
58 |_. Argument |_. Type |_. Description |_. Location |_. Example |
59 {background:#ccffcc}.|uuid|string|The UUID of the ApiClient in question.|path||
67 table(table table-bordered table-condensed).
68 |_. Argument |_. Type |_. Description |_. Location |_. Example |
69 |limit|integer (default 100)|Maximum number of api_clients to return.|query||
70 |order|string|Order in which to return matching api_clients.|query||
71 |filters|array|Conditions for filtering api_clients.|query||
75 Update attributes of an existing ApiClient.
79 table(table table-bordered table-condensed).
80 |_. Argument |_. Type |_. Description |_. Location |_. Example |
81 {background:#ccffcc}.|uuid|string|The UUID of the ApiClient in question.|path||
82 |api_client|object||query||