From 57c6ad52aeefca3519e418ccefe59dcbe73df948 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 17 May 2021 11:37:19 -0400 Subject: [PATCH] Remove read_only property --- openapi.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 053467c0e..00fe05ab5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -15998,11 +15998,6 @@ components: $ref: '#/components/schemas/Disk/properties/label' filesystem: $ref: '#/components/schemas/Disk/properties/filesystem' - read_only: - type: boolean - description: > - If true, this Disk is read-only. - example: false image: type: string description: >