From 8f4347da10f7d7f78c92640a41d79841d6c8e921 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 3 Oct 2006 19:32:01 +0000 Subject: [PATCH] - fix documentation --- PLC/Methods/DeleteSlice.py | 4 ++-- PLC/Methods/UpdateSlice.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PLC/Methods/DeleteSlice.py b/PLC/Methods/DeleteSlice.py index c5b511e9..ff895448 100644 --- a/PLC/Methods/DeleteSlice.py +++ b/PLC/Methods/DeleteSlice.py @@ -9,8 +9,8 @@ class DeleteSlice(Method): Deletes the specified slice. Users may only delete slices of which they are members. PIs may - delete any of the slices at their sites. Admins may delete any - slice. + delete any of the slices at their sites, or any slices of which + they are members. Admins may delete any slice. Returns 1 if successful, faults otherwise. """ diff --git a/PLC/Methods/UpdateSlice.py b/PLC/Methods/UpdateSlice.py index 7846754c..2efe00b2 100644 --- a/PLC/Methods/UpdateSlice.py +++ b/PLC/Methods/UpdateSlice.py @@ -13,8 +13,8 @@ class UpdateSlice(Method): update_fields. Users may only update slices of which they are members. PIs may - update any of the slices at their slices. Admins may update any - slice. + update any of the slices at their sites, or any slices of which + they are members. Admins may update any slice. Only PIs and admins may update max_nodes. Slices cannot be renewed (by updating the expires parameter) more than 8 weeks into the -- 2.47.0