18094: Updates documentation, adding an upgrade note.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Thu, 2 Sep 2021 20:37:21 +0000 (17:37 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Thu, 2 Sep 2021 20:37:21 +0000 (17:37 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

doc/admin/upgrading.html.textile.liquid
doc/api/methods/users.html.textile.liquid

index 9e7410260f8955ea35f1d6e4790e792feb1c670f..3c3211b61dc7c73f698547259474f9db4d6c497d 100644 (file)
@@ -35,10 +35,14 @@ TODO: extract this information based on git commit messages and generate changel
 <div class="releasenotes">
 </notextile>
 
-h2(#main). development main (as of 2021-07-15)
+h2(#main). development main (as of 2021-09-02)
 
 "Upgrading from 2.2.0":#v2_2_0
 
+h3. Removed unused @update_uuid@ endpoint for users.
+
+The @update_uuid@ endpoint was superseded by the "link accounts feature":{{site.baseurl}}/admin/link-accounts.html, so it's no longer available.
+
 h3. Removed deprecated '@@' search operator
 
 The '@@' full text search operator, previously deprecated, has been removed. To perform a string search across multiple columns, use the 'ilike' operator on 'any' column as described in the "available list method filter section":{{site.baseurl}}/api/methods.html#substringsearchfilter of the API documentation.
index a4d4aade9b581eaa6b2de3c7e30a5d7a5ac57eff..5861ddbf76d30a2ef89744095339ad40b504a11b 100644 (file)
@@ -112,19 +112,6 @@ table(table table-bordered table-condensed).
 {background:#ccffcc}.|uuid|string|The UUID of the User in question.|path||
 |user|object|The new attributes.|query||
 
-h3(#update_uuid). 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@|
-
 h3. setup
 
 Set up a user.  Adds the user to the "All users" group.  Enables the user to invoke @activate@.  See "user management":{{site.baseurl}}/admin/user-management.html for details.