From d830328663ebe34d63516571e3830c92567c6bf3 Mon Sep 17 00:00:00 2001 From: albertjone Date: Tue, 3 Apr 2018 22:20:28 +0800 Subject: [PATCH] fixs grammar problems and unify format in api-ref Change-Id: Ib83d1cb6def076c0ab06947b681cd10cd03ed002 --- api-ref/source/v2/ext-backups-actions-v2.inc | 2 +- api-ref/source/v3/ext-backups-actions-v3.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/v2/ext-backups-actions-v2.inc b/api-ref/source/v2/ext-backups-actions-v2.inc index a91faf78c16..de2972547a3 100644 --- a/api-ref/source/v2/ext-backups-actions-v2.inc +++ b/api-ref/source/v2/ext-backups-actions-v2.inc @@ -13,7 +13,7 @@ Force-delete backup Force-deletes a backup. Specify the ``os-force_delete`` action in the request body. -This operations deletes the backup and any backup data. +This operation deletes the backup and any backup data. The backup driver returns the ``405`` status code if it does not support this operation. diff --git a/api-ref/source/v3/ext-backups-actions-v3.inc b/api-ref/source/v3/ext-backups-actions-v3.inc index c6632286307..f7594b7cf82 100644 --- a/api-ref/source/v3/ext-backups-actions-v3.inc +++ b/api-ref/source/v3/ext-backups-actions-v3.inc @@ -14,7 +14,7 @@ Force-delete a backup Force-deletes a backup. Specify the ``os-force_delete`` action in the request body. -This operations deletes the backup and any backup data. +This operation deletes the backup and any backup data. The backup driver returns the ``405`` status code if it does not support this operation.