Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
test: change API structure
Browse files Browse the repository at this point in the history
  • Loading branch information
paulRbr committed Jan 20, 2022
1 parent 76bb048 commit 56804c3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions v4/access_requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ accessRequestsGroupsApprove:
enum: [0, 10, 20, 30, 40, 50]
default: 30
type: integer
responses:
responses:
'401':
description: Unauthorized operation
'200':
Expand All @@ -337,6 +337,10 @@ accessRequestsGroupsApprove:
type: string
name:
type: string
email:
type: string
phone:
type: string
state:
type: string
created_at:
Expand All @@ -354,8 +358,12 @@ accessRequestsGroupsApprove:
#/v4/groups/{id}/access_requests/{user_id}
accessRequestsGroupsDeny:
delete:
description: Denies a group access request for the given user
summary: Denies a group access request for the given user
description: |
Denies a group access request for the given user
> info
Hello world, what's up?
operationId: accessRequestsGroupsDeny_delete
tags:
- access_requests
Expand Down

0 comments on commit 56804c3

Please sign in to comment.