2018-09-23 11:56:41 +00:00
|
|
|
Gets all roles
|
|
|
|
---
|
|
|
|
tags:
|
|
|
|
- Role
|
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
description: Success
|
|
|
|
schema:
|
|
|
|
type: object
|
|
|
|
required:
|
2018-10-08 19:50:34 +00:00
|
|
|
- content
|
2018-09-23 11:56:41 +00:00
|
|
|
properties:
|
2018-10-08 19:50:34 +00:00
|
|
|
content:
|
2018-09-23 11:56:41 +00:00
|
|
|
type: array
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/Role'
|