[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
This commit is contained in:
tutkuna 2021-11-29 14:47:40 -05:00 committed by Alp Tutkun
parent 7e392f3acb
commit d4c0f4a907
1 changed files with 2 additions and 2 deletions

View File

@ -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: |