7a606bbb87
To get a better API spec, this patch is following the OpenStack community way to describe API ref. Only /products endpoint is included, costs and usage endpoint will be added in following patches. Implement blueprint: api-ref Change-Id: Icaa121c4257fcc27df93e63ec8c2bb095ac41c43
9 lines
209 B
YAML
9 lines
209 B
YAML
# variables in path
|
|
regions:
|
|
description: |
|
|
The regions list to request products. Separated with comma, for example:
|
|
/v2/products?regions=region1,regions2
|
|
in: path
|
|
required: false
|
|
type: string
|