Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
A77AY authored Feb 5, 2025
1 parent e863566 commit 62a0621
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 15 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS

This file was deleted.

3 changes: 1 addition & 2 deletions openapi/components/schemas/Organization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ properties:
- $ref: './UserId.yaml'
party:
description: |
Идентификатор [участника](https://developer.rbk.money/api/#tag/Parties), которым заведует
данная организация
Идентификатор участника, которым заведует данная организация
type: string
minLength: 1
maxLength: 40
Expand Down
3 changes: 1 addition & 2 deletions openapi/components/security-schemes/Bearer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ description: >
```
Запросы к данному API авторизуются сессионным токеном доступа,
который вы получаете в результате аутентификации в личном кабинете
по адресу https://dashboard.rbk.money/.
который вы получаете в результате аутентификации в личном кабинете.
2 changes: 1 addition & 1 deletion openapi/docs/api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RBKmoney Organizations API является интерфейсом для управления различными
Organizations API является интерфейсом для управления различными
аспектами вашей организации. Все изменения состояния организации, будь то
приглашение новых сотрудников, добавление ролей уже существующим сотрудникам
или настройка области их ответственности осуществляются с помощью вызовов
Expand Down
9 changes: 1 addition & 8 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
openapi: 3.0.3
info:
version: 1.0.0
title: RBKmoney Organizations API
title: Organizations API
description:
$ref: './docs/api.md'
termsOfService: 'https://rbk.money/'
contact:
name: RBKmoney Support Team
email: [email protected]
url: 'https://developer.rbk.money'
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
Expand Down Expand Up @@ -54,8 +49,6 @@ paths:
$ref: ./paths/invitations.yaml
/orgs/{orgId}/invitations/{invitationId}:
$ref: ./paths/invitation.yaml
servers:
- url: 'https://api.rbk.money/org/v1'
components:
securitySchemes:
bearer:
Expand Down
2 changes: 1 addition & 1 deletion openapi/paths/membership.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ post:
schema:
type: string
format: uri
example: 'https://api.rbk.money/org/v1/user/membership/or_af9e76uc5b47h8b154.19b8xa61dc94'
example: '/org/v1/user/membership/or_af9e76uc5b47h8b154.19b8xa61dc94'
'422':
description: Невозможно совершить операцию
content:
Expand Down

0 comments on commit 62a0621

Please sign in to comment.