swag-organizations/openapi/paths/role.yaml
2020-09-28 12:12:29 +03:00

23 lines
653 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

get:
summary: Получить данные о роли
operationId: getOrgRole
tags:
- roles
parameters:
- $ref: '../components/parameters/requestId.yaml'
- $ref: '../components/parameters/orgId.yaml'
- $ref: '../components/parameters/roleId.yaml'
responses:
'200':
description: Найдены роли
content:
application/json:
schema:
$ref: '../components/schemas/Role.yaml'
'403':
description: Данные недоступны
'404':
description: Организация не найдена
'400':
$ref: '../components/responses/BadRequest.yaml'