5 title: "api_client_authorizations"
11 Required arguments are displayed in %{background:#ccffcc}green%.
16 Create a new ApiClientAuthorization.
20 table(table table-bordered table-condensed).
21 |_. Argument |_. Type |_. Description |_. Location |_. Example |
22 |api_client_authorization|object||query||
24 h2. create_system_auth
26 create_system_auth api_client_authorizations
30 table(table table-bordered table-condensed).
31 |_. Argument |_. Type |_. Description |_. Location |_. Example |
32 |api_client_id|integer||query||
33 |scopes|array||query||
37 Delete an existing ApiClientAuthorization.
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||
47 destroy api_client_authorizations
51 table(table table-bordered table-condensed).
52 |_. Argument |_. Type |_. Description |_. Location |_. Example |
53 {background:#ccffcc}.|uuid|string||path||
57 Gets a ApiClientAuthorization's metadata by UUID.
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||
67 index api_client_authorizations
71 table(table table-bordered table-condensed).
72 |_. Argument |_. Type |_. Description |_. Location |_. Example |
73 |order|string||query||
74 |where|object||query||
78 List api_client_authorizations.
82 table(table table-bordered table-condensed).
83 |_. Argument |_. Type |_. Description |_. Location |_. Example |
84 |limit|integer (default 100)|Maximum number of api_client_authorizations to return.|query||
85 |order|string|Order in which to return matching api_client_authorizations.|query||
86 |pageToken|string|Page token.|query||
87 |q|string|Query string for searching api_client_authorizations.|query||
88 |where|object|Conditions for filtering api_client_authorizations.|query||
92 show api_client_authorizations
96 table(table table-bordered table-condensed).
97 |_. Argument |_. Type |_. Description |_. Location |_. Example |
98 {background:#ccffcc}.|uuid|string||path||
102 Update attributes of an existing ApiClientAuthorization.
106 table(table table-bordered table-condensed).
107 |_. Argument |_. Type |_. Description |_. Location |_. Example |
108 {background:#ccffcc}.|uuid|string|The UUID of the ApiClientAuthorization in question.|path||
109 |api_client_authorization|object||query||