Merge "Fix 'connector' parameter in update attachments API"

This commit is contained in:
Jenkins 2017-07-24 21:22:50 +00:00 committed by Gerrit Code Review
commit b1abcd1a4b
2 changed files with 9 additions and 1 deletions

View File

@ -224,7 +224,7 @@ Request
- project_id: project_id_path
- attachment_id: attachment_id_1
- connector: connector
- connector: connector_1
Request Example
---------------

View File

@ -548,6 +548,14 @@ connector:
in: body
required: false
type: object
connector_1:
description: |
The ``connector`` object. The internal structure of connector depends on
the volume driver implementation. For details about the required elements
in the structure, see the documentation for the volume driver.
in: body
required: true
type: object
consistencygroup_id:
description: |
The UUID of the consistency group.