chore: update user checks

This commit is contained in:
Steven
2023-09-24 10:17:05 +08:00
parent 8436d86661
commit 96f6fa4257
4 changed files with 26 additions and 3 deletions

View File

@ -985,8 +985,9 @@
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| mode | [string](#string) | | |
| enable_signup | [bool](#bool) | | |
| mode | [string](#string) | | Current workspace mode: dev, prod. |
| plan | [PlanType](#slash-api-v2-PlanType) | | The workspace plan. |
| enable_signup | [bool](#bool) | | Whether to enable other users to sign up. |
| custom_style | [string](#string) | | The custom style. |
| custom_script | [string](#string) | | The custom script. |