From ecb30366a843492a9c75620ceceec1b478e98b1c Mon Sep 17 00:00:00 2001 From: zhufl Date: Wed, 14 Aug 2019 15:40:47 +0800 Subject: [PATCH] api-ref: add metadata parameter in the response of create-backup The "Response Example" of "Create a backup" contains metadata, but "Response Parameters" not, this is to add it. https://docs.openstack.org/api-ref/block-storage/v3/index.html?expanded=create-a-backup-detail#id430 Change-Id: Ic6196394f17b955b94eb6215d8651b86b59d6edf --- api-ref/source/v3/ext-backups.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/api-ref/source/v3/ext-backups.inc b/api-ref/source/v3/ext-backups.inc index 0e3d7bbb965..0a6986ee476 100644 --- a/api-ref/source/v3/ext-backups.inc +++ b/api-ref/source/v3/ext-backups.inc @@ -313,6 +313,7 @@ Response Parameters - id: id_backup - links: links_backup - name: name_backup + - metadata: metadata_backup Response Example ----------------