diff --git a/docs/reference.rst b/docs/reference.rst index 7d36a1a6e..86e532f77 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -1232,6 +1232,13 @@ and ``bundle.build`` are copies of the respective manifest properties. More information can be found in this :ref:`subsection ` of section :ref:`Manifest `. +The ``status`` field records the status of each slot. +It can have the following values: + +:ok: The latest updated for this slot succeeded. Its content should be valid. +:failed: The latest update for this slot failed. There is no valid content on it. +:pending: The slot is currently being updated. There is no valid content on it, yet. + For a description of ``sha256`` and ``size`` keys see :ref:`this ` part of the section :ref:`Manifest `.