[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:
parent
1c836d29a3
commit
576007aaa6
api-ref/source
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user