From f8df6d4325557d3963e3c431d329a3329d78b48d Mon Sep 17 00:00:00 2001 From: dlavigne Date: Tue, 26 Jan 2016 11:29:53 -0500 Subject: [PATCH] Clarify UUID and type. --- api/classes/iocage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/classes/iocage.rst b/api/classes/iocage.rst index 0150f91..d1d7d6a 100644 --- a/api/classes/iocage.rst +++ b/api/classes/iocage.rst @@ -33,8 +33,8 @@ The rest of this section provides examples of the available *actions* for each t List Jails ========== -The "listjails" action lists information about currently installed jails. For each jail, the response includes whether or not the jail has been configured to start at system boot, the jail -ID (only applies to running jails), whether or not the jail is running, a friendly name for the jail (tag), and the type of jail. +The "listjails" action lists information about currently installed jails. For each jail, the response includes the UUID of the jail, whether or not the jail has been configured to start at +system boot, the jail ID (only applies to running jails), whether or not the jail is running, a friendly name for the jail (tag), and the type of jail (basejail or thickjail). **REST Request**