We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec0902 commit 8b0c92fCopy full SHA for 8b0c92f
dreadnode/api/models.py
@@ -452,7 +452,7 @@ class Workspace(BaseModel):
452
"""URL-friendly slug for the workspace."""
453
description: str | None
454
"""Description of the workspace."""
455
- created_by: UUID
+ created_by: UUID | None = None
456
"""Unique identifier for the user who created the workspace."""
457
org_id: UUID
458
"""Unique identifier for the organization the workspace belongs to."""
0 commit comments