From 73b3323355d59224eb6bd124060407d0386feac8 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 17 May 2021 12:07:29 -0400 Subject: [PATCH 1/2] type filterable --- openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 053467c0e..a1706fb20 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -17259,6 +17259,7 @@ components: x-linode-cli-display: 6 type: type: string + x-linode-filterable: true description: > How the Image was created. "Manual" Images can be created at any time. "Automatic" images are created automatically from a deleted Linode. @@ -17377,6 +17378,7 @@ components: x-linode-cli-display: 6 type: type: string + x-linode-filterable: true description: > How the Image was created. Manual Images can be created at any time. "Automatic" Images are created automatically from a deleted Linode. From 6c74e29ec72e03e2a4793aa967514dcc23c6f5c5 Mon Sep 17 00:00:00 2001 From: Ben Bigger <25663044+bbiggerr@users.noreply.github.com> Date: Mon, 17 May 2021 13:46:49 -0400 Subject: [PATCH 2/2] Update description Co-authored-by: Josh Sager --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index a1706fb20..3c68be709 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -17380,7 +17380,7 @@ components: type: string x-linode-filterable: true description: > - How the Image was created. Manual Images can be created at any time. + How the Image was created. "Manual" Images can be created at any time. "Automatic" Images are created automatically from a deleted Linode. enum: - manual