[api-ref]Fix API Doc error in creating backup

Now api doc for creating backup has an issue that
container and description should be optional.

Change-Id: I42a9918e98963f72fb6d057d457869df1a9315c3
Closes-Bug: #1704690
This commit is contained in:
wanghao 2017-07-17 10:25:05 +08:00
parent 1c836d29a3
commit 576007aaa6
2 changed files with 4 additions and 4 deletions

@ -416,7 +416,7 @@ container:
description: |
The container name or null.
in: body
required: true
required: false
type: string
control_location:
description: |
@ -496,7 +496,7 @@ description:
description: |
The backup description or null.
in: body
required: true
required: false
type: string
description_1:
description: |

@ -564,7 +564,7 @@ container:
description: |
The container name or null.
in: body
required: true
required: false
type: string
container_format:
description: |
@ -657,7 +657,7 @@ description:
description: |
The backup description or null.
in: body
required: true
required: false
type: string
description_1:
description: |