aboutsummaryrefslogtreecommitdiffstats
path: root/functest/api/swagger/tiers.yaml
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2017-12-12 06:48:34 +0000
committerLinda Wang <wangwulin@huawei.com>2017-12-13 09:52:03 +0000
commitde9a98ef629f1be49f7c432207462a159ff21612 (patch)
treebcfb34556746613aa98741b78bb10a207e3ab2cb /functest/api/swagger/tiers.yaml
parent8f0134178d24b7b478beb22395c448cf76e381f2 (diff)
Fix yamllint errors in functest/api
JIRA: FUNCTEST-897 Change-Id: I49c7c87dfded000197fe6451fb96dc0749f2ceb0 Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/api/swagger/tiers.yaml')
-rw-r--r--functest/api/swagger/tiers.yaml29
1 files changed, 15 insertions, 14 deletions
diff --git a/functest/api/swagger/tiers.yaml b/functest/api/swagger/tiers.yaml
index 8a71c379..d42b2cd9 100644
--- a/functest/api/swagger/tiers.yaml
+++ b/functest/api/swagger/tiers.yaml
@@ -1,22 +1,23 @@
+---
List all tiers
This api offers the interface to list all tiers.
The tiers list will be returned.
---
tags:
- - Tiers
+ - Tiers
definitions:
- Tiers:
- type: object
- properties:
- creds_name:
- $ref: '#/definitions/Tier'
- Tier:
- type: dict
+ Tiers:
+ type: object
+ properties:
+ creds_name:
+ $ref: '#/definitions/Tier'
+ Tier:
+ type: dict
responses:
- 200:
- description: List all tiers
- schema:
- $ref: '#/definitions/Tiers'
- examples:
- "tiers": ""
+ 200:
+ description: List all tiers
+ schema:
+ $ref: '#/definitions/Tiers'
+ examples:
+ "tiers": ""