Skip to content

Commit

Permalink
fix: invitations enums (#1478)
Browse files Browse the repository at this point in the history
Co-authored-by: David Ragot <[email protected]>
  • Loading branch information
Dav-14 and David Ragot authored May 2, 2024
1 parent b0fbb4c commit bd94eca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
7 changes: 4 additions & 3 deletions components/fctl/membership-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1824,9 +1824,10 @@ components:
status:
type: string
enum:
- pending
- accepted
- rejected
- PENDING
- ACCEPTED
- REJECTED
- CANCELLED
creationDate:
type: string
format: date-time
Expand Down
15 changes: 8 additions & 7 deletions components/fctl/membershipclient/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ components:
creationDate: 2000-01-23T04:56:07.000+00:00
userId: userId
organizationAccess: null
status: pending
status: PENDING
updatedAt: updatedAt
- organizationId: organizationId
role: null
Expand All @@ -1929,7 +1929,7 @@ components:
creationDate: 2000-01-23T04:56:07.000+00:00
userId: userId
organizationAccess: null
status: pending
status: PENDING
updatedAt: updatedAt
properties:
data:
Expand All @@ -1952,7 +1952,7 @@ components:
creationDate: 2000-01-23T04:56:07.000+00:00
userId: userId
organizationAccess: null
status: pending
status: PENDING
updatedAt: updatedAt
properties:
data:
Expand Down Expand Up @@ -1981,7 +1981,7 @@ components:
creationDate: 2000-01-23T04:56:07.000+00:00
userId: userId
organizationAccess: null
status: pending
status: PENDING
updatedAt: updatedAt
properties:
id:
Expand All @@ -1992,9 +1992,10 @@ components:
type: string
status:
enum:
- pending
- accepted
- rejected
- PENDING
- ACCEPTED
- REJECTED
- CANCELLED
type: string
creationDate:
format: date-time
Expand Down

0 comments on commit bd94eca

Please sign in to comment.