From 2921e7029f72a43aa54abbf4352f791761a3e864 Mon Sep 17 00:00:00 2001 From: Chris Sarli Date: Wed, 30 Jun 2021 08:39:14 -0400 Subject: [PATCH] fix: Removed unavailable account maintenance enums The `ready` status is returned as `pending`, `completed` items are not currently returned. --- openapi.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index a041cbe92..c120b29bc 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -19337,9 +19337,7 @@ components: type: string enum: - pending - - ready - started - - completed description: > The maintenance status. example: started