[ARVADOS] updated: 1.1.2-15-g086b27a
Git user
git at public.curoverse.com
Fri Jan 5 15:08:08 EST 2018
Summary of changes:
doc/api/methods/users.html.textile.liquid | 13 +++++++++++++
1 file changed, 13 insertions(+)
via 086b27a27c844178ee52a9c4186d970689147628 (commit)
from 87647b5d3d72ae0c291fcdf1ee3b4a46b3af91c0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 086b27a27c844178ee52a9c4186d970689147628
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Fri Jan 5 15:07:25 2018 -0500
12702: Add API docs for users#update_uuid.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/doc/api/methods/users.html.textile.liquid b/doc/api/methods/users.html.textile.liquid
index 3a28e1e..2e5dee5 100644
--- a/doc/api/methods/users.html.textile.liquid
+++ b/doc/api/methods/users.html.textile.liquid
@@ -111,3 +111,16 @@ table(table table-bordered table-condensed).
|_. Argument |_. Type |_. Description |_. Location |_. Example |
{background:#ccffcc}.|uuid|string|The UUID of the User in question.|path||
|user|object||query||
+
+h3. update_uuid
+
+Change the UUID of an existing user, updating all database references accordingly.
+
+This method can only be used by an admin user. It should only be used when the affected user is idle. New references to the affected user that are established _while the update_uuid operation is in progress_ might not be migrated as expected.
+
+Arguments:
+
+table(table table-bordered table-condensed).
+|_. Argument |_. Type |_. Description |_. Location |_. Example |
+{background:#ccffcc}.|uuid|string|The current UUID of the user in question.|path|@zzzzz-tpzed-12345abcde12345@|
+{background:#ccffcc}.|new_uuid|string|The desired new UUID. It is an error to use a UUID belonging to an existing user.|query|@zzzzz-tpzed-abcde12345abcde@|
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list