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**