16427: Merge branch 'master'
[arvados.git] / doc / api / methods / links.html.textile.liquid
index a8eda5f03649100154940944cd582712a84f4783..2e5de1856dc5f1dd4624c65d1b07369e6d769d24 100644 (file)
@@ -59,15 +59,15 @@ h4. Creating a favorite
 
 <pre>
 $ arv link create --link '{
-    "owner_uuid": "c97qk-j7d0g-fffffffffffffff",
-    "head_uuid":  "c97qk-j7d0g-theprojectuuid",
+    "owner_uuid": "zzzzz-j7d0g-fffffffffffffff",
+    "head_uuid":  "zzzzz-j7d0g-theprojectuuid",
     "link_class": "star"}'
 </pre>
 
 h4. Deleting a favorite
 
 <pre>
-$ arv link delete --uuid c97qk-o0j2j-thestarlinkuuid
+$ arv link delete --uuid zzzzz-o0j2j-thestarlinkuuid
 </pre>
 
 h4. Listing favorites
@@ -77,7 +77,7 @@ To list all 'star' links that will be displayed for a user:
 <pre>
 $ arv link list --filters '[
   ["link_class", "=", "star"],
-  ["owner_uuid", "in", ["c97qk-j7d0g-fffffffffffffff", "c97qk-tpzed-currentuseruuid"]]]'
+  ["owner_uuid", "in", ["zzzzz-j7d0g-fffffffffffffff", "zzzzz-tpzed-currentuseruuid"]]]'
 </pre>
 
 h3. tag