d6ac7460ca
Added documentation and modified api-ref documents to reflect multiple stores support changes. Related to blueprint multi-store Change-Id: I932297df8149968d31a5367a9ca71a5629045445
12 lines
212 B
YAML
12 lines
212 B
YAML
stores:
|
|
description: |
|
|
A list of store objects, where each store object may contain the
|
|
following fields:
|
|
|
|
- ``id``
|
|
- ``description``
|
|
- ``default``
|
|
in: body
|
|
required: true
|
|
type: array
|