feature flags
This commit is contained in:
@@ -132,6 +132,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/auth/signup-sponsor": {
|
||||
"post": {
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/dashboard/overview": {
|
||||
"get": {
|
||||
"responses": {
|
||||
@@ -1449,6 +1458,9 @@
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"companyId": {
|
||||
"type": "string"
|
||||
},
|
||||
"role": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -6013,6 +6025,29 @@
|
||||
"displayName"
|
||||
]
|
||||
},
|
||||
"SignupSponsorParamsDTO": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"password": {
|
||||
"type": "string"
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"companyName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"email",
|
||||
"password",
|
||||
"displayName",
|
||||
"companyName"
|
||||
]
|
||||
},
|
||||
"SponsorDashboardDTO": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user