From d4c0f4a907fcd24294a27261f4e91d055f4bba7c Mon Sep 17 00:00:00 2001 From: tutkuna Date: Mon, 29 Nov 2021 14:47:40 -0500 Subject: [PATCH] [api-ref] Fix datatype of cast_rules_to_readonly Fixing cast_rules_to_readonly type from string to boolean for share instances and share replicas. The API-REF had the wrong type for these fields. Closes-Bug: #1948717 Change-Id: Ie8defe1fcb03bced9887ba1b41d5b062ba477924 --- api-ref/source/parameters.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 719fc74085..8284ac4f08 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -2599,7 +2599,7 @@ share_instance_cast_rules_to_readonly: True, all existing access rules will be cast to read/only. in: body required: true - type: string + type: boolean min_version: 2.30 share_instance_id_1: description: | @@ -2815,7 +2815,7 @@ share_replica_cast_rules_to_readonly: True, all existing access rules will be cast to read/only. in: body required: true - type: string + type: boolean min_version: 2.30 share_replica_force_delete: description: |