File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- # sequence-builder v0.1.0 4a39e75e8858c56142f3371f7345403d0ce264f0
1
+ # sequence-builder v0.1.0 28ab67059bd92367eb7a888f1630a8a36d2cbf4e
2
2
# --
3
3
# Code generated by [email protected] with openapi generator; DO NOT EDIT
4
4
#
@@ -672,7 +672,7 @@ components:
672
672
status :
673
673
type : number
674
674
example : 402
675
- ErrorInvitationLimitReached :
675
+ ErrorSeatsLimitReached :
676
676
type : object
677
677
required :
678
678
- error
@@ -682,18 +682,18 @@ components:
682
682
properties :
683
683
error :
684
684
type : string
685
- example : " InvitationLimitReached "
685
+ example : " SeatsLimitReached "
686
686
code :
687
687
type : number
688
688
example : 4003
689
689
msg :
690
690
type : string
691
- example : " Invitation signup limit reached"
691
+ example : " Seats limit reached"
692
692
cause :
693
693
type : string
694
694
status :
695
695
type : number
696
- example : 422
696
+ example : 402
697
697
SortOrder :
698
698
type : string
699
699
description : Represented as uint32 on the server side
@@ -1908,8 +1908,6 @@ components:
1908
1908
type : string
1909
1909
usageCount :
1910
1910
type : number
1911
- signupLimit :
1912
- type : number
1913
1911
createdAt :
1914
1912
type : string
1915
1913
deletedAt :
You can’t perform that action at this time.
0 commit comments