Skip to content

Commit

Permalink
add Orders to openapi.yml fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
Voyager1744 committed Aug 7, 2023
1 parent 11a5813 commit 3ba6d95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ paths:
security:
- Token: []
operationId: 'Просмотреть заказы пользователя'
description: 'Доступно только авторизованному пользователю'
description: 'Доступно только Владельцу заказа'
responses:
'200':
description: ''
Expand Down Expand Up @@ -622,7 +622,7 @@ paths:
security:
- Token: []
operationId: 'Просмотреть заказ пользователя'
description: 'Доступно только авторизованному пользователю'
description: 'Доступно только Владельцу заказа'
responses:
'200':
description: ''
Expand Down Expand Up @@ -656,7 +656,7 @@ paths:
security:
- Token: []
operationId: 'Изменение заказа пользователя'
description: 'Доступно только авторизованному пользователю'
description: 'Доступно Владельцу заказа и Службам'
requestBody:
content:
application/json:
Expand Down

0 comments on commit 3ba6d95

Please sign in to comment.