Merge branch 'master' into 1880-check-duplicate-public-key
[arvados.git] / doc / api / authentication.textile
index fea46bb9cdea2fccdb530a686ded39351573f616..d02f834af00f7c0e790c20145d9d8ac45367c000 100644 (file)
@@ -1,6 +1,7 @@
 ---
 layout: default
 navsection: api
+navmenu: Concepts
 title: Authentication
 navorder: 2
 ---
@@ -17,8 +18,8 @@ Many resources contain "actor" attributes like @modified_by@.  An @access_token@
 
 table(table table-bordered table-condensed).
 |Name|Type|Description|
-|modified_by_client|string|ID of API client|
-|modified_by_user|string|ID of authenticated user|
+|modified_by_client_uuid|string|ID of API client|
+|modified_by_user_uuid|string|ID of authenticated user|
 
 h2. Authorizing a client application