Skip to content

Commit

Permalink
test: fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Aug 26, 2023
1 parent 690f174 commit 5ce16d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ paths:
description: Project deleted


/project/{project_id}/permissions:
/project/{project_id}/role:
parameters:
- $ref: "#/parameters/project_id"
get:
Expand All @@ -944,8 +944,10 @@ paths:
properties:
role:
type: string
example: owner
permissions:
type: number
example: 0


/project/{project_id}/events:
Expand Down

0 comments on commit 5ce16d1

Please sign in to comment.