Merge branch '8784-dir-listings'
[arvados.git] / doc / api / methods / authorized_keys.html.textile.liquid
index 2912ba83d136193018e909e240dec91fb3d7fa04..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,7 +28,7 @@ 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