Merge "[api-ref] Fix datatype of cast_rules_to_readonly"

This commit is contained in:
Zuul 2021-12-02 11:59:13 +00:00 committed by Gerrit Code Review
commit 72ecaf0fab
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: |