From 1ae1a029331b727fce79df16435ddca6c25489b9 Mon Sep 17 00:00:00 2001 From: lihaijing Date: Fri, 27 Apr 2018 11:14:11 +0800 Subject: [PATCH] api-ref: modify 'has_dependent_backups' param's description Change-Id: Iec37578d367db109ef4d8eb8c07c832402661f75 Closes-Bug: #1766057 --- api-ref/source/v2/parameters.yaml | 4 ++-- api-ref/source/v3/parameters.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-ref/source/v2/parameters.yaml b/api-ref/source/v2/parameters.yaml index eacfcd34c07..efc9df1fc33 100644 --- a/api-ref/source/v2/parameters.yaml +++ b/api-ref/source/v2/parameters.yaml @@ -619,8 +619,8 @@ free_capacity: type: string has_dependent_backups: description: | - If this value is ``true``, the backup depends on - other backups. + If this value is ``true``, there are other backups depending on + this backup. in: body required: false type: boolean diff --git a/api-ref/source/v3/parameters.yaml b/api-ref/source/v3/parameters.yaml index da889e1c7aa..161e9800ac7 100644 --- a/api-ref/source/v3/parameters.yaml +++ b/api-ref/source/v3/parameters.yaml @@ -1236,8 +1236,8 @@ guaranteed_until: type: string has_dependent_backups: description: | - If this value is ``true``, the backup depends on - other backups. + If this value is ``true``, there are other backups depending on + this backup. in: body required: false type: boolean