9 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/api_clients@
13 Example UUID: @zzzzz-ozdt8-0123456789abcde@
17 The "api_clients" resource determines if web applications that have gone through the browser login flow may create or list API tokens.
19 Each ApiClient has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
21 table(table table-bordered table-condensed).
22 |_. Attribute|_. Type|_. Description|_. Example|
25 |is_trusted|boolean|Trusted by users to handle their API tokens (ApiClientAuthorizations).||
29 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
31 Required arguments are displayed in %{background:#ccffcc}green%.
35 Create a new ApiClient.
39 table(table table-bordered table-condensed).
40 |_. Argument |_. Type |_. Description |_. Location |_. Example |
41 |api_client|object||query||
45 Delete an existing ApiClient.
49 table(table table-bordered table-condensed).
50 |_. Argument |_. Type |_. Description |_. Location |_. Example |
51 {background:#ccffcc}.|uuid|string|The UUID of the ApiClient in question.|path||
55 Gets a ApiClient's metadata by UUID.
59 table(table table-bordered table-condensed).
60 |_. Argument |_. Type |_. Description |_. Location |_. Example |
61 {background:#ccffcc}.|uuid|string|The UUID of the ApiClient in question.|path||
67 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
71 Update attributes of an existing ApiClient.
75 table(table table-bordered table-condensed).
76 |_. Argument |_. Type |_. Description |_. Location |_. Example |
77 {background:#ccffcc}.|uuid|string|The UUID of the ApiClient in question.|path||
78 |api_client|object||query||