Remove spurious "show" methods from API docs.
[arvados.git] / doc / api / methods / api_client_authorizations.html.textile.liquid
1 ---
2 layout: default
3 navsection: api
4 navmenu: API Methods
5 title: "api_client_authorizations"
6
7 ...
8
9
10
11 Required arguments are displayed in %{background:#ccffcc}green%.
12
13
14 h2. create
15
16 Create a new ApiClientAuthorization.
17
18 Arguments:
19
20 table(table table-bordered table-condensed).
21 |_. Argument |_. Type |_. Description |_. Location |_. Example |
22 |api_client_authorization|object||query||
23
24 h2. create_system_auth
25
26 create_system_auth api_client_authorizations
27
28 Arguments:
29
30 table(table table-bordered table-condensed).
31 |_. Argument |_. Type |_. Description |_. Location |_. Example |
32 |api_client_id|integer||query||
33 |scopes|array||query||
34
35 h2. delete
36
37 Delete an existing ApiClientAuthorization.
38
39 Arguments:
40
41 table(table table-bordered table-condensed).
42 |_. Argument |_. Type |_. Description |_. Location |_. Example |
43 {background:#ccffcc}.|uuid|string|The UUID of the ApiClientAuthorization in question.|path||
44
45 h2. destroy
46
47 destroy api_client_authorizations
48
49 Arguments:
50
51 table(table table-bordered table-condensed).
52 |_. Argument |_. Type |_. Description |_. Location |_. Example |
53 {background:#ccffcc}.|uuid|string||path||
54
55 h2. get
56
57 Gets a ApiClientAuthorization's metadata by UUID.
58
59 Arguments:
60
61 table(table table-bordered table-condensed).
62 |_. Argument |_. Type |_. Description |_. Location |_. Example |
63 {background:#ccffcc}.|uuid|string|The UUID of the ApiClientAuthorization in question.|path||
64
65 h2. list
66
67 List api_client_authorizations.
68
69 Arguments:
70
71 table(table table-bordered table-condensed).
72 |_. Argument |_. Type |_. Description |_. Location |_. Example |
73 |limit|integer (default 100)|Maximum number of api_client_authorizations to return.|query||
74 |order|string|Order in which to return matching api_client_authorizations.|query||
75 |filters|array|Conditions for filtering api_client_authorizations.|query||
76
77 h2. update
78
79 Update attributes of an existing ApiClientAuthorization.
80
81 Arguments:
82
83 table(table table-bordered table-condensed).
84 |_. Argument |_. Type |_. Description |_. Location |_. Example |
85 {background:#ccffcc}.|uuid|string|The UUID of the ApiClientAuthorization in question.|path||
86 |api_client_authorization|object||query||