[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:
parent
7e392f3acb
commit
d4c0f4a907
@ -2599,7 +2599,7 @@ share_instance_cast_rules_to_readonly:
|
|||||||
True, all existing access rules will be cast to read/only.
|
True, all existing access rules will be cast to read/only.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: boolean
|
||||||
min_version: 2.30
|
min_version: 2.30
|
||||||
share_instance_id_1:
|
share_instance_id_1:
|
||||||
description: |
|
description: |
|
||||||
@ -2815,7 +2815,7 @@ share_replica_cast_rules_to_readonly:
|
|||||||
True, all existing access rules will be cast to read/only.
|
True, all existing access rules will be cast to read/only.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: boolean
|
||||||
min_version: 2.30
|
min_version: 2.30
|
||||||
share_replica_force_delete:
|
share_replica_force_delete:
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user