mirror of
https://github.com/valitydev/swag-organizations.git
synced 2024-11-06 18:15:17 +00:00
23 lines
653 B
YAML
23 lines
653 B
YAML
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'
|