18691: Expand on "frozen" behavior, mention "...even by admins."
authorTom Clegg <tom@curii.com>
Tue, 15 Mar 2022 14:30:56 +0000 (10:30 -0400)
committerTom Clegg <tom@curii.com>
Tue, 15 Mar 2022 14:43:25 +0000 (10:43 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

doc/api/methods/groups.html.textile.liquid

index cf4c346fa94f10b1a7785ea9adef4322c627ada6..4d57079b29cbd44ed52180d950b359558ea70f22 100644 (file)
@@ -34,7 +34,7 @@ table(table table-bordered table-condensed).
 |trash_at|datetime|If @trash_at@ is non-null and in the past, this group and all objects directly or indirectly owned by the group will be hidden from API calls.  May be untrashed.||
 |delete_at|datetime|If @delete_at@ is non-null and in the past, the group and all objects directly or indirectly owned by the group may be permanently deleted.||
 |is_trashed|datetime|True if @trash_at@ is in the past, false if not.||
-|frozen_by_uuid|string|For a frozen project, indicates the user who froze the project; null in all other cases. When a project is frozen, no further changes can be made to the project or its contents.||
+|frozen_by_uuid|string|For a frozen project, indicates the user who froze the project; null in all other cases. When a project is frozen, no further changes can be made to the project or its contents, even by admins. Attempting to add new items or modify, rename, trash, or delete the project or its contents, including any subprojects, will return an error.||
 
 h3. Frozen projects