diff --git a/v1/api/swagger/components/schemas/HostState.yaml b/v1/api/swagger/components/schemas/HostState.yaml index 2cc1b2c..fb89a5d 100644 --- a/v1/api/swagger/components/schemas/HostState.yaml +++ b/v1/api/swagger/components/schemas/HostState.yaml @@ -12,6 +12,7 @@ enum: - Connecting - Booting - Ready + - Offline - Reimaging Prep - Replacing - Releasing diff --git a/v1/html/index.html b/v1/html/index.html index ca67b32..407d484 100644 --- a/v1/html/index.html +++ b/v1/html/index.html @@ -3058,7 +3058,7 @@
{- "message": "string",
- "details": "string"
}