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