Gets a role --- tags: - Role parameters: - in: path name: role_id required: true type: integer description: Id of the role responses: 200: description: Success schema: type: object required: - content properties: content: $ref: '#/definitions/Role'