Merge branch '8784-dir-listings'
[arvados.git] / doc / api / methods / authorized_keys.html.textile.liquid
index 89e153b4cb15b8ac72a01da4eefe32b055ec12d5..48b7b6f97acc308e4e29240b898299a78f9036b0 100644 (file)
@@ -5,6 +5,11 @@ navmenu: API Methods
 title: "authorized_keys"
 
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/authorized_keys@
 
@@ -23,12 +28,12 @@ table(table table-bordered table-condensed).
 |name|string|A name to help the user manage their keys.||
 |key_type|string|Public key type, currently only supports "SSH"||
 |authorized_user_uuid|string|The user to which this key belongs.  Authentication using this key authenticates as this user.||
-|public_key|text|The actual public key material, e.g. from @~/.ssh/id_rsa.pub@||
+|public_key|text|The actual public key material, e.g., from @~/.ssh/id_rsa.pub@||
 |expires_at|datetime|Expiration date after which the key is no longer valid.||
 
 h2. Methods
 
-See "Common resource methods":{{site.baseurl}}/api/methods.html more information about @create@, @delete@, @get@, @list@, and @update@.
+See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
 
 Required arguments are displayed in %{background:#ccffcc}green%.