From eb7de5818cf07bfb4ea4fa79a8a26808a2196dec Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Tue, 15 Jun 2021 16:22:37 -0400 Subject: [PATCH] Image Upload out of beta --- openapi.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 9aa61cca5..c9f5e854d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3632,6 +3632,7 @@ paths: x-linode-cli-command: images post: servers: + - url: https://api.linode.com/v4 - url: https://api.linode.com/v4beta tags: - Images @@ -3658,11 +3659,6 @@ paths: - Uploaded image data should be compressed in gzip (`.gz`) format. The uncompressed disk should be in raw disk image (`.img`) format. A maximum compressed file size of 5GB is supported for upload at this time. - - This endpoint is currently in **beta**. Please make sure to prepend all requests with - `/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking - updates in the future. This notice will be removed when this endpoint is out of - beta. x-linode-cli-action: upload security: - personalAccessToken: []