5 title: "api_client_authorizations"
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_client_authorizations@
13 Required arguments are displayed in %{background:#ccffcc}green%.
18 Create a new ApiClientAuthorization.
22 table(table table-bordered table-condensed).
23 |_. Argument |_. Type |_. Description |_. Location |_. Example |
24 |api_client_authorization|object||query||
26 h2. create_system_auth
28 create_system_auth api_client_authorizations
32 table(table table-bordered table-condensed).
33 |_. Argument |_. Type |_. Description |_. Location |_. Example |
34 |api_client_id|integer||query||
35 |scopes|array||query||
39 Delete an existing ApiClientAuthorization.
43 table(table table-bordered table-condensed).
44 |_. Argument |_. Type |_. Description |_. Location |_. Example |
45 {background:#ccffcc}.|uuid|string|The UUID of the ApiClientAuthorization in question.|path||
49 Gets a ApiClientAuthorization'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 ApiClientAuthorization in question.|path||
59 List api_client_authorizations.
63 table(table table-bordered table-condensed).
64 |_. Argument |_. Type |_. Description |_. Location |_. Example |
65 |limit|integer (default 100)|Maximum number of api_client_authorizations to return.|query||
66 |order|string|Order in which to return matching api_client_authorizations.|query||
67 |filters|array|Conditions for filtering api_client_authorizations.|query||
71 Update attributes of an existing ApiClientAuthorization.
75 table(table table-bordered table-condensed).
76 |_. Argument |_. Type |_. Description |_. Location |_. Example |
77 {background:#ccffcc}.|uuid|string|The UUID of the ApiClientAuthorization in question.|path||
78 |api_client_authorization|object||query||